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. You can specify variables
variables
with
any of the arguments in the previous syntaxes.
You also can view the contents of MAT-files using the Details Panel of the Current Folder browser.