Comparing the results from two different datasets
Show older comments
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.
Answers (1)
KSSV
on 17 Nov 2016
0 votes
You can do interpolation and get the dimensions of data sets to same size. doc interp2.
8 Comments
KSSV
on 17 Nov 2016
lat and lon for both the data sets are different?
KSSV
on 17 Nov 2016
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
on 18 Nov 2016
KSSV
on 18 Nov 2016
Then what is the problem? It is easy. Use same resolution for both the data sets and do interpolation.
Sophia
on 24 Nov 2016
KSSV
on 25 Nov 2016
Get the resolution of both the grids. Choose the minimum one, get the other grid to this resolution and do interpolation.
Categories
Find more on Interpolation in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!