1.

What is the disadvantage of the whos function in MATLAB?(a) It does not show the values of the variable(b) It does not show the size of the variable(c) It does not show the class of the variable(d) It does not show the name of the variableThe question was posed to me in quiz.Origin of the question is Managing Variables in chapter MATLAB Basics of MATLAB

Answer»

Correct answer is (a) It does not show the values of the VARIABLE

To explain: whos returns the name, size, bytes and class of the variables USED in the current program. To GET the value of any variable, we need to TYPE the variable and press Enter.



Discussion

No Comment Found

Related InterviewSolutions