sysmin
PURPOSE ![^](../../up.png)
% Returns a minimal (or reduced order) system
SYNOPSIS ![^](../../up.png)
function [retsys, nc, no, cflg, oflg] = sysmin (sys, flg)
DESCRIPTION ![^](../../up.png)
CROSS-REFERENCE INFORMATION ![^](../../up.png)
This function calls:
- is_controllable % Logical check for system controllability.
- is_digital % Return nonzero if system is digital.
- is_observable % Logical check for system observability.
- ss % Create system structure from state-space data. May be continuous,
- sys2ss % Extract state space representation from system data structure.
- sysdimensions % return the number of states, inputs, and/or outputs in the system
- sysgetsignals % Get signal names from a system
- sysgettsam % Return the sampling time of the system @var{sys}.
- sysmin % Returns a minimal (or reduced order) system
- sysprune % Extract specified inputs/outputs from a system
- syssetsignals % change the names of selected inputs, outputs and states.
This function is called by:
- sysmin % Returns a minimal (or reduced order) system
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003