List variables in workspace, with sizes and types
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
You also can view the contents of MAT-files using the Details Panel of the Current Folder browser. The Details panel is not available in MATLAB Online™.