1.

Using the set command for axes can be replaced by setting the ___ to a variable.(a) gca(b) gcf(c) gco(d) not possibleThis question was addressed to me in semester exam.This key question is from Customizing and Manipulating Graphics topic in section MATLAB Graphics of MATLAB

Answer»

The CORRECT choice is (a) gca

The explanation: The gca is USED as an object to represent the axes. The properties of the axes are CONTAINED in the gca. The gca can be assigned to a variable and now we don’t have to USE the set COMMAND to edit the axes of the graph. The gcf is used to represent the graph plotted.



Discussion

No Comment Found

Related InterviewSolutions