List variables in workspace
who
who -file filename
who global
who ___ variables
C = who(___)
who
lists in alphabetical order the names
of all variables in the currently active workspace.
who global
lists the variable names in
the global workspace.
who ___
lists
only the specified variables. You can specify variables
variables
with
any of the arguments in the previous syntaxes.
To view the variables in the workspace, use the Workspace browser. To view the contents of MAT-files, use the Details Panel of the Current Folder browser.