User`s guide
Check Signal Attributes
5-57
Note that when Signal dimensions is selected from the model window
Format menu, Simulink displays the size of a 1-D vector signal as an
unbracketed integer, and displays the dimension of a 2-D signal as a pair of
bracketed integers,
[MxN]. Simulink does not display any size information for
a 1-D or 2-D scalar signal. Dimension information for a signal can also be
displayed in a model by attaching a Probe block with
Probe signal
dimensions
selected.
•
Data type
Checks the signal data type for compliance (Is...) or noncompliance (Is not...)
with the attributes in the subordinate
General data type menu, which are
shown in the table below. Any of the specific data types listed in the
Is...
Full matrix M-by-N matrix with M>1
and N
>1
1-D vector,
1-D scalar,
1-by-N matrix (row vector),
M-by-1 matrix (column
vector),
1-by-1 matrix (2-D scalar)
Square
matrix
M-by-N matrix with M=N,
1-D scalar,
1-by-1 matrix (2-D scalar)
M-by-N matrix with M
≠N,
1-D vector,
1-by-N matrix (row vector),
M-by-1 matrix (column
vector)
Dimensions
(Continued)
Is... Is not...