diff scripts/polynomial/polyfit.m @ 6046:34f96dd5441b

[project @ 2006-10-10 16:10:25 by jwe]
author jwe
date Tue, 10 Oct 2006 16:10:31 +0000
parents 2a16423e4aa0
children 045038e0108a
line wrap: on
line diff
--- a/scripts/polynomial/polyfit.m
+++ b/scripts/polynomial/polyfit.m
@@ -61,7 +61,7 @@
 
 
   if (nargin != 3)
-    usage ("polyfit (x, y, n)");
+    print_usage ();
   endif
 
   if (! (isvector (x) && isvector (y) && size (x) == size (y)))