필터 지우기
필터 지우기

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개)

카테고리

Help CenterFile Exchange에서 Correlation and Convolution에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by