whos
List variables in the workspace with detailed info.
Syntax
Section titled “Syntax”whoss = whos(qualifier, ...)Description
Section titled “Description”Like who but prints a table including each variable’s size, byte count, class, and shape. With output assignment, returns a struct array of these fields.
Example
Section titled “Example”whos % print detailed table