1.

Which command can be used to generate multiple graphs in the same window?(a) hold on(b) wait(c) not possible without contour command(d) not possibleI have been asked this question during an interview.Question is from Two-Dimensional Plots in chapter MATLAB Graphics of MATLAB

Answer»

The correct answer is (a) hold on

The best explanation: The command used to hold the control to an already generated GRAPH so that further plots can be made on the same window is hold on. The contour command is used to GENERATE graph of the same function on DIFFERENT levels while the hold on command is used to generate GRAPHS of multiple functions in the same window.



Discussion

No Comment Found

Related InterviewSolutions