diff scripts/statistics/tests/prop_test_2.m @ 5443:ec8c33dcd1bf

[project @ 2005-09-08 01:40:57 by jwe]
author jwe
date Thu, 08 Sep 2005 01:40:58 +0000
parents 2a16423e4aa0
children 34f96dd5441b
line wrap: on
line diff
--- a/scripts/statistics/tests/prop_test_2.m	Wed Sep 07 21:42:26 2005 +0000
+++ b/scripts/statistics/tests/prop_test_2.m	Thu Sep 08 01:40:58 2005 +0000
@@ -61,7 +61,7 @@
     alt  = "!=";
   endif
 
-  if (! isstr (alt))
+  if (! ischar (alt))
     error ("prop_test_2: alt must be a string");
   endif
   if (strcmp (alt, "!=") || strcmp (alt, "<>"))