Hi,

I have just came across a bug and/or incompatibility with Matlab for
the xcorr() function.


>> xcorr([1:10]')
error: number of rows must match (19 != 1) near line 212, column 28
error: called from:
error:   /usr/local/share/octave/packages/signal-1.0.11/xcorr.m at
line 212, column 3

whereas for Matlab xcorr([1:10]') == xcorr([1:10])'

xcorr.m from octave-forge svn is identical with signal-1.0.11

Paul

-- 
Don't take life too seriously; you will never get out of it alive.
                                        -- Elbert Hubbard

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Octave-dev mailing list
Octave-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to