diff scripts/statistics/tests/cor_test.m @ 4030:22bd65326ec1

[project @ 2002-08-09 18:58:13 by jwe]
author jwe
date Fri, 09 Aug 2002 19:00:16 +0000
parents 38c61cbf086c
children 4c8a2e4e0717
line wrap: on
line diff
--- a/scripts/statistics/tests/cor_test.m	Fri Aug 09 07:38:55 2002 +0000
+++ b/scripts/statistics/tests/cor_test.m	Fri Aug 09 19:00:16 2002 +0000
@@ -67,7 +67,7 @@
     usage ("cor_test (X, Y, ALTERNATIVE, METHOD)")
   endif
 
-  if (!is_vector (X) || !is_vector (Y) || length (X) != length (Y))
+  if (!isvector (X) || !isvector (Y) || length (X) != length (Y))
     error ("cor_test: X and Y must be vectors of the same length")
   endif