diff scripts/control/system/is_stable.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/system/is_stable.m
+++ b/scripts/control/system/is_stable.m
@@ -25,15 +25,15 @@
 ## @strong{Inputs}
 ## @table @var
 ## @item  tol
-## is a roundoff paramter, set to 200*@var{eps} if omitted.
+## is a roundoff parameter, set to 200*@code{eps} if omitted.
 ## @item dflg
 ## Digital system flag (not required for system data structure):
 ## @table @code
 ## @item @var{dflg} != 0
-## stable if eig(a) in unit circle
+## stable if eig(a) is in the unit circle
 ##
 ## @item @var{dflg} == 0
-## stable if eig(a) in open LHP (default)
+## stable if eig(a) is in the open LHP (default)
 ## @end table
 ## @end table
 ## @end deftypefn