diff scripts/control/system/tfout.m @ 6046:34f96dd5441b

[project @ 2006-10-10 16:10:25 by jwe]
author jwe
date Tue, 10 Oct 2006 16:10:31 +0000
parents 2618a0750ae6
children 93c65f2a5668
line wrap: on
line diff
--- a/scripts/control/system/tfout.m
+++ b/scripts/control/system/tfout.m
@@ -31,7 +31,7 @@
 function tfout (num, denom, x)
 
   if (nargin < 2 ) | (nargin > 3) | (nargout != 0 )
-    usage("tfout(num,denom[,x])");
+    print_usage ();
   endif
 
   if ( (!isvector(num)) | (!isvector(denom)) )