Return dimensions of iddata set dat.
Inputs
iddata set.
If given a second argument, size
will return the size of the
corresponding dimension.
Outputs
Row vector. The first element is the total number of samples (rows of dat.y and dat.u). The second element is the number of outputs (columns of dat.y) and the third element the number of inputs (columns of dat.u). The fourth element is the number of experiments.
Scalar value. The size of the dimension dim.
Row vector containing the number of samples of each experiment.
Number of outputs.
Number of inputs.
Number of experiments.
Package: control