1.

A stacked horizontal bar-chart can be made in MATLAB by ___________(a) Mentioning stacked as input to the bar3() command(b) Mentioning stacked as input to the bar3h() command(c) Mentioning stack as input to the bar3[] command(d) Mentioning stacked as input to the bar3h[] commandThis question was posed to me during an interview.My question is taken from Three-Dimensional Plots topic in chapter MATLAB Graphics of MATLAB

Answer»

The correct option is (B) Mentioning stacked as input to the bar3h() COMMAND

To explain I WOULD SAY: The bar3h() command is used to make a horizontal pie chart of a SET of data. The bars can be stacked by giving ‘stacked’ as input to the command.



Discussion

No Comment Found

Related InterviewSolutions