minfo [control] [control]
— Function File: [systype, nout, nin, ncstates, ndstates] = minfo (inmat)

Determines the type of system matrix. inmat can be a varying, a system, a constant, and an empty matrix.

Outputs

systype
Can be one of: varying, system, constant, and empty.
nout
The number of outputs of the system.
nin
The number of inputs of the system.
ncstates
The number of continuous states of the system.
ndstates
The number of discrete states of the system.