diff scripts/statistics/distributions/unifpdf.m @ 11472:1740012184f9

Use uppercase for variable names in error() strings to match Info documentation. Only m-files done.
author Rik <octave@nomad.inbox5.com>
date Sun, 09 Jan 2011 21:33:04 -0800
parents a1dbe9d80eee
children fd0a3ac60b0e
line wrap: on
line diff
--- a/scripts/statistics/distributions/unifpdf.m	Sun Jan 09 16:01:05 2011 -0800
+++ b/scripts/statistics/distributions/unifpdf.m	Sun Jan 09 21:33:04 2011 -0800
@@ -41,7 +41,7 @@
   if (!isscalar (a) || !isscalar(b))
     [retval, x, a, b] = common_size (x, a, b);
     if (retval > 0)
-      error ("unifpdf: x, a and b must be of common size or scalars");
+      error ("unifpdf: X, A and B must be of common size or scalars");
     endif
   endif