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()

The best EXPLANATION: The Bar3() COMMAND plots vertical 3-D BAR graphs. The bar3h() command plots horizontal bar graphs hence bar3h() is correct.



Discussion

No Comment Found

Related InterviewSolutions