diff scripts/statistics/tests/z_test_2.m @ 7540:3422f39573b1

strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
author Ben Abbott <bpabbott@mac.com>
date Thu, 28 Feb 2008 02:41:19 -0500
parents a1dbe9d80eee
children eb63fbe60fab
line wrap: on
line diff
--- a/scripts/statistics/tests/z_test_2.m	Thu Feb 28 02:17:05 2008 -0500
+++ b/scripts/statistics/tests/z_test_2.m	Thu Feb 28 02:41:19 2008 -0500
@@ -79,7 +79,7 @@
   endif
 
   if (nargout == 0)
-    s = strcat ("Two-sample Z-test of mean(x) == mean(y) against ",
+    s = cstrcat ("Two-sample Z-test of mean(x) == mean(y) against ",
                 "mean(x) %s mean(y),\n",
                 "with known var(x) == %g and var(y) == %g:\n",
                 "  pval = %g\n");