diff scripts/control/system/is_stabilizable.m @ 6653:673686daec87

[project @ 2007-05-22 15:36:09 by jwe]
author jwe
date Tue, 22 May 2007 15:36:10 +0000
parents 34f96dd5441b
children 93c65f2a5668
line wrap: on
line diff
--- a/scripts/control/system/is_stabilizable.m	Tue May 22 08:07:33 2007 +0000
+++ b/scripts/control/system/is_stabilizable.m	Tue May 22 15:36:10 2007 +0000
@@ -21,7 +21,7 @@
 ## @deftypefn {Function File} {@var{retval} =} is_stabilizable (@var{sys}, @var{tol})
 ## @deftypefnx {Function File} {@var{retval} =} is_stabilizable (@var{a}, @var{b}, @var{tol}, @var{dflg})
 ## Logical check for system stabilizability (i.e., all unstable modes are controllable). 
-## Returns 1 if the system is stabilizable, 0 if the the system is not stabilizable, -1 
+## Returns 1 if the system is stabilizable, 0 if the system is not stabilizable, -1 
 ## if the system has non stabilizable modes at the imaginary axis (unit circle for 
 ## discrete-time systems.
 ##