Correlation between matrices with different dimensions (spatial resolution)

Hello,
I have two matrices, temp with dimensions 609x881x372 and slp (sea level pressure) with dimensions 241x81x372.
This variables are monthly mean extracted in the same area (arctic ocean) but with a different spatial resultion.
Is it possible to calculate the correlation at each grid points and then plot them?
Thank you :)
Here I attached the two variables that I extracted for the first time step.

3 件のコメント

Matt J
Matt J 2023 年 9 月 13 日
Define the "correlation at a grid point"
Carlotta Dentico
Carlotta Dentico 2023 年 9 月 15 日
I mean the correlation at every point in the map
Matt J
Matt J 2023 年 9 月 15 日
編集済み: Matt J 2023 年 9 月 15 日
A correlation calculation requires some sort of statistical average,
What are you averaging over in your case?

サインインしてコメントする。

回答 (1 件)

Matt J
Matt J 2023 年 9 月 13 日

0 投票

You can use imresize3 to resampe the arrays at a common resolution.

カテゴリ

ヘルプ センター および File ExchangeOceanography and Hydrology についてさらに検索

質問済み:

2023 年 9 月 13 日

編集済み:

2023 年 9 月 15 日

Community Treasure Hunt

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

Start Hunting!

Translated by