diff scripts/statistics/base/qqplot.m @ 6046:34f96dd5441b

[project @ 2006-10-10 16:10:25 by jwe]
author jwe
date Tue, 10 Oct 2006 16:10:31 +0000
parents 2a16423e4aa0
children 3f79532415b5
line wrap: on
line diff
--- a/scripts/statistics/base/qqplot.m
+++ b/scripts/statistics/base/qqplot.m
@@ -48,7 +48,7 @@
 function [q, s] = qqplot (x, dist, varargin)
 
   if (nargin < 1)
-    usage ("qqplot (x, dist, params)");
+    print_usage ();
   endif
 
   if (! (isvector(x)))