diff scripts/statistics/base/center.m @ 3458:d25bc039237b

[project @ 2000-01-19 09:36:14 by jwe]
author jwe
date Wed, 19 Jan 2000 09:36:28 +0000
parents 434790acb067
children a134e5cfdc01
line wrap: on
line diff
--- a/scripts/statistics/base/center.m
+++ b/scripts/statistics/base/center.m
@@ -34,7 +34,7 @@
   elseif is_matrix (x)
     retval = x - ones (rows (x), 1) * mean(x);
   else
-    error ("center: x must be a vector or a matrix.");
+    error ("center: x must be a vector or a matrix");
   endif
 
 endfunction
\ No newline at end of file