diff scripts/signal/autoreg_matrix.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/signal/autoreg_matrix.m
+++ b/scripts/signal/autoreg_matrix.m
@@ -37,7 +37,7 @@
   endif
 
   if (! (isvector (y)))
-    error ("autoreg_matrix: y must be a vector");
+    error ("autoreg_matrix: Y must be a vector");
   endif
 
   T = length (y);