MATLAB has a workspace window where you can see all the variables in the workspace and their values, and even edit them. We can probably implement some of this by calling `whos` behind the scenes and processing the output.
MATLAB has a workspace window where you can see all the variables in the workspace and their values, and even edit them.
We can probably implement some of this by calling
whosbehind the scenes and processing the output.