syscont
PURPOSE 
% Extract the purely continuous subsystem of an input system.
SYNOPSIS 
function [csys, Acd, Ccd] = syscont (sys) 
DESCRIPTION 
CROSS-REFERENCE INFORMATION 
This function calls:
- 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
 - sysupdate	% Update the internal representation of a system.
 
This function is called by:
- bddemo	% Octave Controls toolbox demo: Block Diagram Manipulations demo.
 
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003