comparison scripts/control/system/sysdisc.m @ 5016:bdbee5282954

[project @ 2004-09-22 02:50:35 by jwe]
author jwe
date Wed, 22 Sep 2004 02:50:36 +0000
parents b8105302cfe8
children 4c8a2e4e0717
comparison
equal deleted inserted replaced
5015:6d481b6e349e 5016:bdbee5282954
17 ## Software Foundation, 59 Temple Place, Suite 330, Boston, MA 02111 USA. 17 ## Software Foundation, 59 Temple Place, Suite 330, Boston, MA 02111 USA.
18 18
19 ## -*- texinfo -*- 19 ## -*- texinfo -*-
20 ## @deftypefn {Function File} {[@var{dsys}, @var{adc}, @var{cdc}] =} sysdisc (@var{sys}) 20 ## @deftypefn {Function File} {[@var{dsys}, @var{adc}, @var{cdc}] =} sysdisc (@var{sys})
21 ## 21 ##
22 ## @strong{Inputs} 22 ## @strong{Input}
23 ## @var{sys} = system data structure 23 ## @table @var
24 ## @item sys
25 ## System data structure.
26 ## @end table
24 ## 27 ##
25 ## @strong{Outputs} 28 ## @strong{Outputs}
26 ## @table @var 29 ## @table @var
27 ## @item dsys 30 ## @item dsys
28 ## purely discrete portion of sys (returned empty if there is 31 ## Purely discrete portion of sys (returned empty if there is
29 ## no purely discrete path from inputs to outputs) 32 ## no purely discrete path from inputs to outputs).
30 ## @item adc 33 ## @item adc
31 ## @itemx cdc 34 ## @itemx cdc
32 ## connections from continuous states to discrete states and discrete 35 ## Connections from continuous states to discrete states and discrete.
33 ## outputs, respectively. 36 ## outputs, respectively.
34 ## @end table 37 ## @end table
35 ## @end deftypefn 38 ## @end deftypefn
36 39
37 function [dsys, Adc, Cdc] = sysdisc (sys) 40 function [dsys, Adc, Cdc] = sysdisc (sys)