diff scripts/statistics/base/studentize.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 93c65f2a5668
line wrap: on
line diff
--- a/scripts/statistics/base/studentize.m
+++ b/scripts/statistics/base/studentize.m
@@ -33,7 +33,7 @@
 function t = studentize (x, dim)
 
   if (nargin != 1 && nargin != 2)
-    usage ("studentize (x, dim)");
+    print_usage ();
   endif
 
   nd = ndims (x);