User`s guide

Table Of Contents
Operations on LTI Arrays
4-27
Note that:
Each model in sys1 and sys2 must have the same number of inputs and
outputs. This is required for the addition of two LTI arrays.
The lengths of the array dimensions of
sys1 and sys2 m ust match.
Dimension Requirements
In general, when you apply any of these basic operations to two or more LTI
arrays:
The I/ O dimensions o f each of the LTI arrays must be compatible with the
requirements of the operation.
The lengths of array dimensions must match.
The I/O dimensions ofeach model in the resulting LTI array are determined by
the operation beingperformed. SeeC hapter3, “Operationson 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 isa1-by-3arrayofLTImodelswithtwo
outputs and 1 input, then
sys1 + sys2
is an LTI array w ith the same dimensions as sys1 and sys2.
sys1 * sys3
is a 1-by-3 array of LTI models with two outputs and one input, and
[sys1,sys3]
is a 1-by-3 array of LTI models with two outputs and three inputs.
Special Cases for Operations on LTI Arrays
There are some special cases in applying operations to LTI arrays.
Consider applying any binary operation called
op (such as +, ,or*)toanLTI
array
sys1
sys = op(sys1,sys2)