Why is the correlation matrix much larger than the original matrix?
조회 수: 2 (최근 30일)
이전 댓글 표시
Lets say you have a matrix M (10x100). If we do corrcoef(M) the resulting matrix will be 100x100. Why is this?
댓글 수: 0
채택된 답변
Pawel Jastrzebski
2018년 7월 19일
편집: Pawel Jastrzebski
2018년 7월 19일
Have you checked the documentation for the corrcoef function? It explains exactly how the results are obtained:
Especially when you scroll down to the 'More about' section.
Also, looking at the documentation for the plot matrix might help you understand the output of correlation:
댓글 수: 2
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!