Home > freetb4matlab > control > syscont.m

syscont

PURPOSE ^

% Extract the purely continuous subsystem of an input system.

SYNOPSIS ^

function [csys, Acd, Ccd] = syscont (sys)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {[@var{csys}, @var{acd}, @var{ccd}] =} syscont (@var{sys})
% Extract the purely continuous subsystem of an input system.
%
% @strong{Input}
% @table @var
% @item sys
% system data structure.
% @end table
%
% @strong{Outputs}
% @table @var
% @item csys
% is the purely continuous input/output connections of @var{sys}
% @item acd
% @itemx ccd
% connections from discrete states to continuous states,
% discrete states to continuous outputs, respectively.
%
% If no continuous path exists, @var{csys} will be empty.
% @end table
% @end deftypefn

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003