diff scripts/statistics/tests/cor_test.m @ 6046:34f96dd5441b

[project @ 2006-10-10 16:10:25 by jwe]
author jwe
date Tue, 10 Oct 2006 16:10:31 +0000
parents ec8c33dcd1bf
children 93c65f2a5668
line wrap: on
line diff
--- a/scripts/statistics/tests/cor_test.m
+++ b/scripts/statistics/tests/cor_test.m
@@ -64,7 +64,7 @@
 function t = cor_test (X, Y, ALTERNATIVE, METHOD)
 
   if ((nargin < 2) || (nargin > 4))
-    usage ("cor_test (X, Y, ALTERNATIVE, METHOD)")
+    print_usage ();
   endif
 
   if (!isvector (X) || !isvector (Y) || length (X) != length (Y))