matrix correlation
이전 댓글 표시
Hi,
How can I take correlation of 64x201 dimensional matrix.
xcorr command takes correlation of 1x1 dimensional matrix, right? how can I take multi-dimensional correlation? thank you
답변 (1개)
the cyclist
2011년 2월 26일
0 개 추천
It is not clear to me what you are trying to correlate with what. Is each row of your array a set of observations, and each column a variable? Or vice versa?
Regardless, the command you want is probably "corr" (in the Stats Toolbox) or "corrcoef" (in core MATLAB).
카테고리
도움말 센터 및 File Exchange에서 Correlation and Convolution에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!