ssdelete
Remove inputs, outputs and states from state-space system.
Syntax
sysOut = ssselect(sysIn, INPUTS, OUTPUTS)
sysOut = ssselect(sysIn, INPUTS, OUTPUTS, STATES)
Input argument
sysIn - state-space model
INPUTS - indexes into the system inputs
OUTPUTS - indexes into the system outputs
STATES - states removed from the system.
Output argument
sysOut - state-space model: subsystem with removed inputs, outputs and states.
Description
ssdelete removes inputs, outputs and states from state-space system.
Example
See also
History
Author
Allan CORNET
Last updated