whos
List variables in workspace, with sizes and types
Syntax
Description
whos lists in alphabetical order the names,
sizes, and types of all variables in the currently active workspace.
whos global lists variables in the global
workspace.
whos ___ lists
only the specified variables. Use this syntax with any of the arguments in the
previous syntaxes.var1 ... varN
whos ___ -regexp
lists only the variables that match the specified regular expressions.expr1 ... exprN
Examples
Input Arguments
Output Arguments
Alternatives
Preview the contents of MAT-files by clicking the Preview button to the right of the file in the Files panel.