Insert table that displays all the variables in the MATLAB workspace
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.
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.
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.
Note
Large variable arrays collapse to [MxN
CLASS]. For example, if you have a
300-by-200 double array, it appears in the report as
[300x200 DOUBLE].
The following is an example of a variable table that includes size, memory bytes, and value information in the table columns.
Name | Size | Bytes | Value |
|---|---|---|---|
| 1x2 | 238 | { [ 1 2 3 4 ] Speed (kph) } |
| 1x1 | 8 | 1 |
| 1x11 | 22 | Speed (kph) |
| 1x1 | 302 | [struct w/ fields. Inputs, Outputs] |
| 1x4 | 32 | [ 1 2 3 4 ] |
Yes. Table.
rptgen.cml_whos