

InterviewSolution
Saved Bookmarks
1. |
To specify different curves in an angle histogram plot, we use the _________ function.(a) legend(b) display(c) gtext()(d) mtextThis question was addressed to me in final exam.This is a very interesting question from Statistics topic in division MATLAB Basics of MATLAB |
Answer» CORRECT ANSWER is (a) legend The best I can EXPLAIN: The legend function is pre-defined in MATLAB. It is used to PRINT the names of the curves present in a PLOT. The function is the same for both 2d and 3d plots. |
|