User`s guide

Variable Table
10-109
Variable Table
Insert table that displays all the variables in the MATLAB workspace
Description
This component inserts a table that displays all the variables in the MATLAB workspace.
Tip Find all the variables in the MATLAB workspace by typing whos at the command
line.
Source Workspace
Read variables from:
Base workspace: Reads variables from the MATLAB workspace.
MAT-file: Reads variables from a binary file with a .mat extension. Use
the %<VariableName> notation. For more details about this notation, see
“%<VariableName> Notation” on page 10-98 on the Text component reference page.
Table Title
Table title:
Automatic (Variables from MATLAB workspace): Sets the table title to the
name of a MATLAB variable.
Custom: Specifies a custom title.
Table Columns:
Variable dimensions (MxN): Includes the size of the variable.
Variable memory bytes: Includes the number of bytes of memory consumed by
the variable.
Variable class: Includes the variable class.
Variable value: Includes the value of the variable.