diff scripts/plot/hist.m @ 6046:34f96dd5441b

[project @ 2006-10-10 16:10:25 by jwe]
author jwe
date Tue, 10 Oct 2006 16:10:31 +0000
parents e4e93452fd3e
children cb3f6d51b7b3
line wrap: on
line diff
--- a/scripts/plot/hist.m
+++ b/scripts/plot/hist.m
@@ -46,7 +46,7 @@
 function [nn, xx] = hist (y, x, norm)
 
   if (nargin < 1 || nargin > 3)
-    usage ("[nn, xx] = hist (y, x, norm)");
+    print_usage ();
   endif
 
   arg_is_vector = isvector (y);