Skip to content

tabulate

Tabular display of variable info.

tabulate
s = tabulate(qualifier, ...)

Like whos but renders the result in a more compact tabular form suitable for display in narrow terminals. Output is a string when assigned, printed otherwise.

MathJet-specific (not in MATLAB).

  • whos — List variables in the workspace with detailed info.
  • who — List names of variables in the workspace.