How to do spatial correlation
古いコメントを表示
Hi All,
I have two monthly data set but with different dimension.
A=20 x 25 x 24 > longitude x latitude x temperature value (2 years)
B= 1 x 24 > temperature value (2 years).
I want to do correlation between dimension 3 of A to B in all grids.
Is there a way to do it?
any help is greatly appreciated.
Thank you
2 件のコメント
KSSV
2021 年 5 月 7 日
What is B? Is it a mean of the grid 20x25? or it is a value at asingle location?
Ahmad Bayhaqi
2021 年 5 月 7 日
回答 (1 件)
KSSV
2021 年 5 月 7 日
0 投票
As the data B is at a location......Pick the same location data from the grid 20x25 and then find the corelation. Read about plotregression, regression, corr etc.
2 件のコメント
Ahmad Bayhaqi
2021 年 5 月 7 日
KSSV
2021 年 5 月 7 日
Run a loop for each point of grid 20*25 and to the data B.
カテゴリ
ヘルプ センター および File Exchange で Correlation and Convolution についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!