Mercurial > hg > octave-lyh
comparison scripts/control/system/c2d.m @ 5479:adb2bac3596e
[project @ 2005-10-03 18:56:03 by jwe]
author | jwe |
---|---|
date | Mon, 03 Oct 2005 18:56:03 +0000 |
parents | 927230cb3e77 |
children | 34f96dd5441b |
comparison
equal
deleted
inserted
replaced
5478:927230cb3e77 | 5479:adb2bac3596e |
---|---|
78 ## works for purely continuous @acronym{SISO} systems). | 78 ## works for purely continuous @acronym{SISO} systems). |
79 ## @end table | 79 ## @end table |
80 ## @item t | 80 ## @item t |
81 ## sampling time; required if @var{sys} is purely continuous. | 81 ## sampling time; required if @var{sys} is purely continuous. |
82 ## | 82 ## |
83 ## @strong{Note} if the second argument is not a string, @code{c2d()} | 83 ## @strong{Note} that if the second argument is not a string, @code{c2d()} |
84 ## assumes that the second argument is @var{t} and performs | 84 ## assumes that the second argument is @var{t} and performs |
85 ## appropriate argument checks. | 85 ## appropriate argument checks. |
86 ## @end table | 86 ## @end table |
87 ## | 87 ## |
88 ## @strong{Output} | 88 ## @strong{Output} |