

InterviewSolution
Saved Bookmarks
1. |
Which command is suitable to change the axes of the graph plotted?(a) axes(b) axis(c) yxaxes(d) no commandThis question was posed to me in my homework.I'm obligated to ask this question of Two-Dimensional Plots in section MATLAB Graphics of MATLAB |
Answer» CORRECT CHOICE is (b) axis Easiest explanation: The axis command can be used to change the interchange the axes of a 2-D plot. This is EASIER than re=-writing the plot command ALREADY used or any other command to generate a 2-d plot. The rest of the options are incorrect. |
|