1.

In a 2-d Plot, which command will make the axes of the graph same?(a) axis square(b) axis equals(c) axes square(d) axes equalI got this question during an interview.The origin of the question is Two-Dimensional Plots in section MATLAB Graphics of MATLAB

Answer»

Right choice is (a) axis square

To explain I would say: There is no such COMMAND called AXES. The command axis is USED to change the axes of the graph that has been plotted in MATLAB. axis equal would’ve made the axes of equal length but axis equals has equals. axis square is the only CORRECT OPTION.



Discussion

No Comment Found

Related InterviewSolutions