Control System Toolbox
  Go to function:
    Search    Help Desk 
reshape    Examples   See Also

Change the shape of an LTI array

Syntax

Description

sys = reshape(sys,s1,s2,...,sk) (or, equivalently, sys = reshape(sys,[s1 s2 ... sk])) reshapes the LTI array sys into an s1-by-s2-by...-sk array of LTI models. Equivalently, sys = reshape(sys,[s1 s2 ... sk]) reshapes the LTI array sys into an s1-by-s2-by...-sk array of LTI models. With either syntax, there must be s1*s2*...*sk models in sys to begin with.

Example

See Also

ndims       Provide the number of dimensions of an LTI array

size        Provide the lengths of each dimension of an LTI array



[ Previous | Help Desk | Next ]