diff scripts/general/trapz.m @ 6046:34f96dd5441b

[project @ 2006-10-10 16:10:25 by jwe]
author jwe
date Tue, 10 Oct 2006 16:10:31 +0000
parents 27c966e4b2dc
children 045038e0108a
line wrap: on
line diff
--- a/scripts/general/trapz.m
+++ b/scripts/general/trapz.m
@@ -40,7 +40,7 @@
 	
 
   if (nargin < 1) || (nargin > 3)
-    usage ("trapz (x, y, dim)");
+    print_usage ();
   endif
 
   nd = ndims (x);