diff scripts/control/base/nyquist.m @ 6046:34f96dd5441b

[project @ 2006-10-10 16:10:25 by jwe]
author jwe
date Tue, 10 Oct 2006 16:10:31 +0000
parents 500d884ae373
children 2110cc251779
line wrap: on
line diff
--- a/scripts/control/base/nyquist.m
+++ b/scripts/control/base/nyquist.m
@@ -106,7 +106,7 @@
 
   ## check number of input arguments given
   if (nargin < 1 | nargin > 5)
-    usage("[realp,imagp,w] = nyquist(sys[,w,outputs,inputs,atol])");
+    print_usage ();
   endif
   if(nargin < 2)
     w = [];