diff scripts/signal/periodogram.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 a8ac114ec9ab
children fd0a3ac60b0e
line wrap: on
line diff
--- a/scripts/signal/periodogram.m	Sun Jan 09 16:01:05 2011 -0800
+++ b/scripts/signal/periodogram.m	Sun Jan 09 21:33:04 2011 -0800
@@ -19,7 +19,7 @@
 ## <http://www.gnu.org/licenses/>.
 
 ## -*- texinfo -*-
-## @deftypefn {Function File} {[Pxx,w]} = periodogram (@var{x})
+## @deftypefn {Function File} {[Pxx,w] =} periodogram (@var{x})
 ## For a data matrix @var{x} from a sample of size @var{n}, return the
 ## periodogram. w returns the angular frequency.
 ##