diff scripts/statistics/distributions/wblrnd.m @ 6046:34f96dd5441b

[project @ 2006-10-10 16:10:25 by jwe]
author jwe
date Tue, 10 Oct 2006 16:10:31 +0000
parents 446b28529300
children d285f4ee2b0c
line wrap: on
line diff
--- a/scripts/statistics/distributions/wblrnd.m
+++ b/scripts/statistics/distributions/wblrnd.m
@@ -74,7 +74,7 @@
   elseif (nargin == 2)
     sz = size(shape);
   else
-    usage ("wblrnd (alpha, sigma, r, c)");
+    print_usage ();
   endif
 
   if (isscalar (shape) && isscalar (scale))