1.

Multiple graphs can be plotted, in the same window, if we use the ___ command in a loop.(a) hold on(b) held on(c) hold off(d) not possibleThe question was asked during an interview.The origin of the question is More about Loops topic in division MATLAB Programming of MATLAB

Answer»

Right choice is (a) HOLD on

Easy EXPLANATION: The hold on command can be used to PLOT MULTIPLE graphs in the same WINDOW by using a loop. Hold off is used to exit the functioning of the hold on command. Hence, the correct option is hold on.



Discussion

No Comment Found

Related InterviewSolutions