Mercurial > hg > octave-nkf
diff scripts/control/system/is_detectable.m @ 4030:22bd65326ec1
[project @ 2002-08-09 18:58:13 by jwe]
author | jwe |
---|---|
date | Fri, 09 Aug 2002 19:00:16 +0000 |
parents | b5238ac1dca9 |
children | c76a32c6f90c |
line wrap: on
line diff
--- a/scripts/control/system/is_detectable.m +++ b/scripts/control/system/is_detectable.m @@ -31,8 +31,8 @@ ## Default: tol = 10*norm(a,'fro')*eps ## ## @end deftypefn -## @seealso{is_stabilizable, size, rows, columns, length, is_matrix, -## is_scalar, and is_vector} +## @seealso{is_stabilizable, size, rows, columns, length, ismatrix, +## isscalar, and isvector} ## Author: A. S. Hodel <a.s.hodel@eng.auburn.edu> ## Created: August 1993 @@ -42,7 +42,7 @@ if( nargin < 1) usage("[retval,U] = is_detectable(a , c {, tol})"); - elseif(is_struct(a)) + elseif(isstruct(a)) ## system form if(nargin == 2) tol = c;