diff scripts/control/system/tf.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/system/tf.m
+++ b/scripts/control/system/tf.m
@@ -62,7 +62,7 @@
 
   ## Test for the correct number of input arguments
   if ((nargin < 2) || (nargin > 5))
-    usage ("outsys = tf (num, den [, tsam, inname, outname])");
+    print_usage ();
     return
   endif