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
2016년 11월 17일
0 개 추천
You can do interpolation and get the dimensions of data sets to same size. doc interp2.
댓글 수: 8
KSSV
2016년 11월 17일
lat and lon for both the data sets are different?
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
2016년 11월 18일
KSSV
2016년 11월 18일
Then what is the problem? It is easy. Use same resolution for both the data sets and do interpolation.
Sophia
2016년 11월 24일
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.
카테고리
도움말 센터 및 File Exchange에서 Coordinate Reference Systems에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!