Creating and Manipulating Models | ![]() ![]() |
Dimension Requirements
In general, when you apply any of these basic operations to two or more LTI arrays:
The I/O dimensions of each model in the resulting LTI array are determined by the operation being performed. See Chapter 3, "Operations on LTI Models," for requirements on the I/O dimensions for the various operations.
For example, if sys1
and sys2
are both 1-by-3 arrays of LTI models with two inputs and two outputs, and sys3
is a 1-by-3 array of LTI models with two outputs and 1 input, then
is an LTI array with the same dimensions as sys1
and sys2
.
is a 1-by-3 array of LTI models with two outputs and one input, and
is a 1-by-3 array of LTI models with two outputs and three inputs.
![]() | Example: Addition of Two LTI Arrays | Special Cases for Operations on LTI Arrays | ![]() |