Number of models in model array
N = nmodels(sysarray)
example
N = nmodels(sysarray) returns the number of models in an array of dynamic system models or static models.
N
sysarray
collapse all
Create a 2-by-3-by-4 array of state-space models.
sysarr = rss(2,2,2,2,3,4);
Confirm the number of models in the array.
N = nmodels(sysarr)
N = 24
Input model array, specified as an array of input-output models such as numeric LTI models, generalized models, or identified LTI models.
Number of models in the input model array, returned as a positive integer.
ndims | size
ndims
size
You have a modified version of this example. Do you want to open this example with your edits?