

InterviewSolution
Saved Bookmarks
1. |
How do we create horizontal bar graphs in MATLAB?(a) bar3h()(b) barh()(c) bar3()(d) not possibleThe question was posed to me during an internship interview.This interesting question is from Three-Dimensional Plots topic in section MATLAB Graphics of MATLAB |
Answer» Correct CHOICE is (a) bar3h() |
|