

InterviewSolution
Saved Bookmarks
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 |
|