How to find correlation between two matrix?

조회 수: 8 (최근 30일)
Aarti Soni
Aarti Soni 2022년 6월 3일
편집: Image Analyst 2022년 6월 3일
Hello,
I have two matrices (A & B) and both are in same size (180x360). A & B matrix having some NaN values. I want to calculate correlation coefficient and its p-value between A & B. Final output should be in same size (180x360). Basically, I want to find the correlation coefficient and its significant for each values.
Please help me to solve this.

답변 (1개)

Image Analyst
Image Analyst 2022년 6월 3일
편집: Image Analyst 2022년 6월 3일
Did you look at xcorr2 and corrcoef?
Or even normxcorr2 (demo attached) depending on what you want to learn/do.

카테고리

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