diff scripts/control/system/is_controllable.m @ 5642:2618a0750ae6

[project @ 2006-03-06 21:26:48 by jwe]
author jwe
date Mon, 06 Mar 2006 21:26:54 +0000
parents 66ad03c58880
children 34f96dd5441b
line wrap: on
line diff
--- a/scripts/control/system/is_controllable.m	Sat Mar 04 22:21:01 2006 +0000
+++ b/scripts/control/system/is_controllable.m	Mon Mar 06 21:26:54 2006 +0000
@@ -53,10 +53,9 @@
 ## The Arnoldi iteration is executed with @code{krylov} if the system
 ## has a single input; otherwise a block Arnoldi iteration is performed
 ## with @code{krylovb}.
+## @seealso{size, rows, columns, length, ismatrix, isscalar, isvector
+## is_observable, is_stabilizable, is_detectable, krylov, krylovb}
 ## @end deftypefn
-##
-## @seealso{size, rows, columns, length, ismatrix, isscalar, isvector
-## is_observable, is_stabilizable, is_detectable, krylov, and krylovb}
 
 ## Author: A. S. Hodel <a.s.hodel@eng.auburn.edu>
 ## Created: August 1993