Comparing the results from two different datasets

I am comparing the results obtained from two different datasets- However Data1 is of the size of 119*177 size corresponding to the lat1/long1 file
Data2 is of the size 361*361 and is associated with a different lat/long file. I want to have them in a common lat/long frame. which MATLAB function i can use??
Any suggestions/help is appreciated.

回答 (1 件)

KSSV
KSSV 2016 年 11 月 17 日

0 投票

You can do interpolation and get the dimensions of data sets to same size. doc interp2.

8 件のコメント

Sophia
Sophia 2016 年 11 月 17 日
編集済み: Sophia 2016 年 11 月 17 日
I did that already, but i am more concerned about having the same coordinate system
KSSV
KSSV 2016 年 11 月 17 日
lat and lon for both the data sets are different?
Sophia
Sophia 2016 年 11 月 17 日
編集済み: Sophia 2016 年 11 月 17 日
Yes, lat/lon files for both dataset are different. And i am trying to find out the way that i can use a common lat/lon file and can see the difference in the results obtained from both datasets.
KSSV
KSSV 2016 年 11 月 17 日
If they are different how you expect them to get to same coordinates? Is one dataset sub set to other? Any intersection? Or they are completely exclusive?
Sophia
Sophia 2016 年 11 月 18 日
One is subset of the other
KSSV
KSSV 2016 年 11 月 18 日
Then what is the problem? It is easy. Use same resolution for both the data sets and do interpolation.
Sophia
Sophia 2016 年 11 月 24 日
any suggestions- how to do that?
KSSV
KSSV 2016 年 11 月 25 日
Get the resolution of both the grids. Choose the minimum one, get the other grid to this resolution and do interpolation.

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

質問済み:

2016 年 11 月 16 日

コメント済み:

2016 年 11 月 25 日

Community Treasure Hunt

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

Start Hunting!

Translated by