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

[project @ 2006-10-10 16:10:25 by jwe]
author jwe
date Tue, 10 Oct 2006 16:10:31 +0000
parents 2618a0750ae6
children 20c48710b2c7
line wrap: on
line diff
--- a/scripts/statistics/distributions/gamrnd.m
+++ b/scripts/statistics/distributions/gamrnd.m
@@ -73,7 +73,7 @@
   elseif (nargin == 2)
     sz = size(a);
   else
-    usage ("gamrnd (a, b, r, c)");
+    print_usage ();
   endif
 
   rnd = zeros (sz);