diff scripts/statistics/base/ppplot.m @ 4030:22bd65326ec1

[project @ 2002-08-09 18:58:13 by jwe]
author jwe
date Fri, 09 Aug 2002 19:00:16 +0000
parents e0b7a493e5a8
children 05415e529cef
line wrap: on
line diff
--- a/scripts/statistics/base/ppplot.m
+++ b/scripts/statistics/base/ppplot.m
@@ -49,7 +49,7 @@
     usage ("ppplot (x, dist, params)");
   endif
 
-  if (! is_vector (x))
+  if (! isvector (x))
     error ("ppplot: x must be a vector");
   endif