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!