1.

To delete one variable but not the entire workspace, we need to mention the variable name after the clear command.(a) True(b) FalseThis question was posed to me by my college professor while I was bunking the class.The question is from Suppressing Output topic in division Beyond the Basics of MATLAB

Answer»

Correct CHOICE is (a) True

To explain I would say: The CLEAR command removes EVERY VARIABLE from the workspace. If we only mention the variable name, it will delete only that variable from the workspace and not the ENTIRE workspace will be cleared.



Discussion

No Comment Found

Related InterviewSolutions