who
List variables in workspace
Syntax
Description
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. Use this syntax with any of the arguments in the
previous syntaxes.var1 ... varN
who ___ -regexp
lists only the variables that match the specified regular expressions.expr1 ... exprN
Examples
Input Arguments
Output Arguments
Alternatives
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. In MATLAB Online™, to view the contents of MAT-files, preview them by clicking the Preview button to the right of the MAT-file in the Files browser.
Version History
Introduced before R2006a