Open isbadawi opened 9 years ago
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.
whos
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.