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

Provide the number of the dimensions of an LTI model or LTI array

Syntax

Description

n = ndims(sys) is the number of dimensions of an LTI model or an array of LTI models sys. A single LTI model has two dimensions (one for outputs, and one for inputs). An LTI array has 2+p dimensions, where is the number of array dimensions. For example, a 2-by-3-by-4 array of models has 2+3=5 dimensions.

Example

ndims returns 4 for this 3-by-1 array of SISO models.

See Also

size        Returns a vector containing the lengths of the dimensions of an LTI array or model



[ Previous | Help Desk | Next ]