List variables in workspace
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
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. The Details panel is not available in MATLAB Online™.