To delete one variable but not the entire workspace, we need to mention the variable name after the clear command.
A. True
B. False
This 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
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.