diff scripts/control/hinf/is_dgkf.m @ 6046:34f96dd5441b

[project @ 2006-10-10 16:10:25 by jwe]
author jwe
date Tue, 10 Oct 2006 16:10:31 +0000
parents 4c8a2e4e0717
children 93c65f2a5668
line wrap: on
line diff
--- a/scripts/control/hinf/is_dgkf.m	Mon Oct 09 21:40:46 2006 +0000
+++ b/scripts/control/hinf/is_dgkf.m	Tue Oct 10 16:10:31 2006 +0000
@@ -132,7 +132,7 @@
 function [retval, dgkf_struct] = is_dgkf (Asys, nu, ny, tol)
 
   if (nargin < 3) | (nargin > 4)
-    usage("[retval,dgkf_struct] = is_dgkf(Asys,nu,ny{,tol})");
+    print_usage ();
   elseif (! isscalar(nu) | ! isscalar(ny) )
     error("is_dgkf: arguments 2 and 3 must be scalars")
   elseif (! isstruct(Asys) )