ssselect
Extract subsystem from larger 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 - specified states
📤 Output argument
sysOut - state-space model: subsystem from larger system.
📄 Description
ssselect extracts subsystem from larger system.
💡 Example
🔗 See also
🕔 History
Version
📄 Description
1.0.0
initial version
Last updated
Was this helpful?