diff scripts/statistics/distributions/binornd.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 6304d9ea0a30
line wrap: on
line diff
--- a/scripts/statistics/distributions/binornd.m
+++ b/scripts/statistics/distributions/binornd.m
@@ -72,7 +72,7 @@
   elseif (nargin == 2)
     sz = size(n);
   else
-    usage ("binornd (n, p, r, c)");
+    print_usage ();
   endif
 
   if (isscalar (n) && isscalar (p))