

InterviewSolution
Saved Bookmarks
1. |
Which toolbox provides the plot command?(a) Symbolic Maths Toolbox(b) Signal Processing Toolbox(c) Engineering Toolbox(d) FunctionsThe question was posed to me in an interview for job.I would like to ask this question from Two-Dimensional Plots topic in section MATLAB Graphics of MATLAB |
Answer» RIGHT ANSWER is (B) Signal Processing Toolbox The explanation is: The commands in MATLAB are stored in FILES called TOOLBOXES. The plot command is stored in the Signal Processing command while the ezplot command is stored in the Symbolic Maths Toolbox. |
|