Mercurial > hg > octave-avbm
diff scripts/control/base/step.m @ 5016:bdbee5282954
[project @ 2004-09-22 02:50:35 by jwe]
author | jwe |
---|---|
date | Wed, 22 Sep 2004 02:50:36 +0000 (2004-09-22) |
parents | 22bd65326ec1 |
children | c08cb1098afc |
line wrap: on
line diff
--- a/scripts/control/base/step.m +++ b/scripts/control/base/step.m @@ -36,12 +36,17 @@ ## the number of data values. ## ## Both parameters @var{tstop} and @var{n} can be omitted and will be -## computed from the eigenvalues of the A-Matrix. +## computed from the eigenvalues of the A Matrix. ## @end table ## @strong{Outputs} -## @var{y}, @var{t}: impulse response +## @table @var +## @item y +## Values of the step response. +## @item t +## Times of the step response. +## @end table ## -## When invoked with the output paramter y the plot is not displayed. +## When invoked with the output parameter @var{y} the plot is not displayed. ## @end deftypefn ## @seealso{impulse and __stepimp__}