Mercurial > hg > octave-lyh
comparison scripts/control/system/sysdisc.m @ 3502:b5238ac1dca9
[project @ 2000-01-31 07:40:53 by jwe]
author | jwe |
---|---|
date | Mon, 31 Jan 2000 07:41:01 +0000 |
parents | 2e06c3941943 |
children | 22bd65326ec1 |
comparison
equal
deleted
inserted
replaced
3501:8b21bcbc1080 | 3502:b5238ac1dca9 |
---|---|
15 ## You should have received a copy of the GNU General Public License | 15 ## You should have received a copy of the GNU General Public License |
16 ## along with Octave; see the file COPYING. If not, write to the Free | 16 ## along with Octave; see the file COPYING. If not, write to the Free |
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{Inputs} |
23 ## @var{sys} = system data structure | 23 ## @var{sys} = system data structure |
24 ## | 24 ## |
25 ## @strong{Outputs} | 25 ## @strong{Outputs} |
26 ## @table @var | 26 ## @table @var |
27 ## @item dsys | 27 ## @item dsys |
28 ## purely discrete portion of sys (returned empty if there is | 28 ## purely discrete portion of sys (returned empty if there is |
29 ## no purely discrete path from inputs to outputs) | 29 ## no purely discrete path from inputs to outputs) |
30 ## @item Adc | 30 ## @item adc |
31 ## @itemx Cdc | 31 ## @itemx cdc |
32 ## connections from continuous states to discrete states and discrete | 32 ## connections from continuous states to discrete states and discrete |
33 ## outputs, respectively. | 33 ## outputs, respectively. |
34 ## @end table | 34 ## @end table |
35 ## @end deftypefn | 35 ## @end deftypefn |
36 | 36 |