newarray = permute(sysarray,order) rearranges
the array dimensions of a model array so that the dimensions are in
the specified order. The input and output dimensions of the model
array are not counted as array dimensions for this operation.
Model array to rearrange, specified as an array of input-output
models such as numeric LTI models, generalized models, or identified
LTI models.
order — Dimensions of rearranged model array vector
Dimensions of rearranged model array, specified as a vector
of positive integers. For example, to rearrange a model array into
a 3-by-2 array, order is [3 2].