It's possible to calculate correlation coeficient (corrcoef) to a matrix (6X4)

2 次查看(过去 30 天)
It's possible to calculate correlation coeficient (corrcoef) to a matrix non-square, e.g. (6X4)?

采纳的回答

the cyclist
the cyclist 2011-9-29
Yes.
>> r = corrcoef(rand(6,4))
Each of the 6 rows is an observation of 4 variables, and "r" will be the correlation matrix of those 4 variables.

更多回答(0 个)

标签

Community Treasure Hunt

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

Start Hunting!

Translated by