필터 지우기
필터 지우기

Match different dataset resolutions

조회 수: 2 (최근 30일)
Ioanna Thoma
Ioanna Thoma 2019년 6월 26일
댓글: Ioanna Thoma 2019년 6월 26일
I have 2 datasets with different resolutions A=[115x74], B=[213x137]. I want o compare them so how can I change the resolution so that they match? I tried interp2 but its not working
  댓글 수: 2
Adam
Adam 2019년 6월 26일
Use interp2 correctly.
If you don't tell us any more than 'its not working' there's not a lot to say. show how you call it and what aspect is 'not working'. Is it an error? Is it the wrong answer? Something else?
Ioanna Thoma
Ioanna Thoma 2019년 6월 26일
Vq = interp2(LonListSub,LatListSub,SSTSub,Longitude,Latitude);
Where LonListSub,LatListSub=coordinates of the dataset with the higher resolution
Where Longitude,Latitude=coordinates of dataset H
SSTSub,H: temperature values matrices

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Matrix Indexing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by