1.

The function to close the windows containing graphs generated from MATLAB is __________(a) close all(b) close graphs(c) delete graphs(d) end allI had been asked this question by my school principal while I was bunking the class.This intriguing question originated from The MATLAB Interface in chapter Interacting with MATLAB of MATLAB

Answer»

The correct choice is (a) close all

For EXPLANATION I would say: The command close all is a pre-defined function in MATLAB. When it is CALLED, MATLAB will automatically shut down the separate WINDOWS that have been OPENED to view graphs separately. The rest of the options are WRONG.



Discussion

No Comment Found

Related InterviewSolutions