diff scripts/control/base/impulse.m @ 5016:bdbee5282954

[project @ 2004-09-22 02:50:35 by jwe]
author jwe
date Wed, 22 Sep 2004 02:50:36 +0000
parents 22bd65326ec1
children c08cb1098afc
line wrap: on
line diff
--- a/scripts/control/base/impulse.m	Wed Sep 22 02:18:13 2004 +0000
+++ b/scripts/control/base/impulse.m	Wed Sep 22 02:50:36 2004 +0000
@@ -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 impulse response.
+## @item t
+## Times of the impulse response.
+## @end table
 ## @end deftypefn
-## @seealso{step and __stepimp__}
+## @seealso{step, __stepimp__}
 
 ## Author: Kai P. Mueller <mueller@ifr.ing.tu-bs.de>
 ## Created: October 2, 1997