User`s guide

Table Of Contents
size
11-208
Example Consider the random LTI array of state-space models
sys = rss(5,3,2,3);
Itsdimensionsareobtainedbytyping
size(sys)
3x1 array of state-space models
Each model has 3 outputs, 2 inputs, and 5 states.
See Also isempty Test if LTI model is empty
issiso Test if LTI model is SISO
ndims Number of dimensions of an LTI array