1.

What is the replacement for the whos function?(a) Workspace window(b) Command window(c) Current folder window(d) Remembering all the variables usedThis question was addressed to me in my homework.I want to ask this question from Managing Variables topic in section MATLAB Basics of MATLAB

Answer»

Right choice is (a) Workspace window

The explanation: The workspace window constantly gets updated with inclusion of any variable in the program. It SHOWS the Value, Size, Bytes, CLASS and many other attributes of the variables used. Hence it is more USEFUL than the WHOS FUNCTION.



Discussion

No Comment Found

Related InterviewSolutions