How to do spatial correlation
17 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(1 个)
KSSV
2021-5-7
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 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Descriptive Statistics 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!