| Creating and Manipulating Models | ![]() |
I/O and Array Dimensions of LTI Arrays
The dimensions and size of a single LTI model are determined by the output and input channels. An array of LTI models has additional quantities that determine its dimensions, size, and shape.
There are two sets of dimensions associated with LTI arrays:
The size of the LTI array is determined by:
The next figure illustrates the concepts of dimension and size for the LTI array m2d, a 2-by-3 array of one-input, two-output transfer function models.

Figure 4-5: Dimensions and Size of m2d, an LTI Array
You can load this sample LTI array into your workspace by typing
load LTIexamples size(m2d)2x3 array of continuous-time transfer functionsEach transfer function has 2 outputs and 1 input.
The I/O dimensions correspond to the row and column dimensions of the transfer matrix. The two I/O dimensions are both of length 1 for SISO models. For MIMO models the lengths of these dimensions are given by the number of outputs and inputs of the model.
Five related quantities are pertinent to understanding the array dimensions:
, the list of lengths of the array dimensions
, the configuration of the models in the array
| Dimensions, Size, and Shape of an LTI Array | Accessing the Dimensions of an LTI Array Using size and ndims | ![]() |
© 1994-2005 The MathWorks, Inc.