Mercurial > hg > octave-nkf
diff 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 |
line wrap: on
line diff
--- a/scripts/control/system/sysdisc.m +++ b/scripts/control/system/sysdisc.m @@ -19,17 +19,20 @@ ## -*- texinfo -*- ## @deftypefn {Function File} {[@var{dsys}, @var{adc}, @var{cdc}] =} sysdisc (@var{sys}) ## -## @strong{Inputs} -## @var{sys} = system data structure +## @strong{Input} +## @table @var +## @item sys +## System data structure. +## @end table ## ## @strong{Outputs} ## @table @var ## @item dsys -## purely discrete portion of sys (returned empty if there is -## no purely discrete path from inputs to outputs) +## Purely discrete portion of sys (returned empty if there is +## no purely discrete path from inputs to outputs). ## @item adc ## @itemx cdc -## connections from continuous states to discrete states and discrete +## Connections from continuous states to discrete states and discrete. ## outputs, respectively. ## @end table ## @end deftypefn