correlation

1 Ansicht (letzte 30 Tage)
huda nawaf
huda nawaf am 2 Sep. 2011
hi, how I can find the correlation of an array?
I found corr, but it is find correlation between each two columns . how I can find the correlation between rows.
are there command find the correlation among more than two rows?
thanks

Antworten (2)

Paulo Silva
Paulo Silva am 2 Sep. 2011
maybe using corr on the transposed array?!
  1 Kommentar
Niki
Niki am 2 Sep. 2011
I think you can transpose your matrix like this
for example you have a Matrix >>X=rand(10) then >>X=X';
and then perform "corr" or "corrcoef"
like >>[R]=corrcoef (X);

Melden Sie sich an, um zu kommentieren.


huda nawaf
huda nawaf am 2 Sep. 2011
hi, thanks, but I don't know why used rand . for what? please, be more clear
thanks
  1 Kommentar
Oleg Komarov
Oleg Komarov am 2 Sep. 2011
Rand is just an example, just transpose your matrix.

Melden Sie sich an, um zu kommentieren.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by