ykrsch k
2010-08-20 19:08:38 UTC
Hi, I'm new to the Octave but trying hard to migrate on it. I found that
I've got a different result when I'm running "corr2" function in MATLAB and
Octave.
I use the same size of two matrices and then used as:
R = corr2(matrixA, matrixB);
in MATLAB R is one correlation coefficient just as:
http://www.mathworks.com/access/helpdesk/help/toolbox/images/corr2.html.
However, when I run the same script in Octave, the answer turns out to be a
matrix. For example is I used 5000x600 matrix, the R is 600x600.
I'd very much appreciate if anyone can explain to me why this is happening.
Thanks in advance,
I've got a different result when I'm running "corr2" function in MATLAB and
Octave.
I use the same size of two matrices and then used as:
R = corr2(matrixA, matrixB);
in MATLAB R is one correlation coefficient just as:
http://www.mathworks.com/access/helpdesk/help/toolbox/images/corr2.html.
However, when I run the same script in Octave, the answer turns out to be a
matrix. For example is I used 5000x600 matrix, the R is 600x600.
I'd very much appreciate if anyone can explain to me why this is happening.
Thanks in advance,