Main Content
reshape
Change shape of model array
Syntax
sys = reshape(sys,s1,s2,...,sk)
sys
= reshape(sys,[s1 s2 ... sk])
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-...-by-sk
model
array. With either syntax, there must be s1*s2*...*sk
models in
sys
to begin with.
Examples
Version History
Introduced before R2006a