

InterviewSolution
Saved Bookmarks
1. |
Which command gives a title to the graph plotted by MATLAB?(a) plot() generates the title itself(b) title()(c) hlabel()(d) heading()This question was addressed to me during a job interview.I want to ask this question from Two-Dimensional Plots in section MATLAB Graphics of MATLAB |
Answer» Correct ANSWER is (B) title() |
|