2D Spatial interpolation between two matrices

조회 수: 13 (최근 30일)
Daniel Mella
Daniel Mella 2017년 12월 27일
댓글: Lucy Chen 2020년 12월 22일
Hi all,
I have a matrix V of 252x250 values with its corresponding spatial 2D coordinates (two matrices X1 and Y1 with 252x250 values each). Basically, I can see V spatially using pcolor(X1, Y1, V). I created a new coordinate system (two matrices X2 and Y2 with 252x250 values each) which is slightly different from X1 and Y1 (a little bit smaller). How can I interpolate V to this new coordinate system (X2, Y2)?
Thank you.
  댓글 수: 1
Lucy Chen
Lucy Chen 2020년 12월 22일
Anyone kindly has an answer for this? Interp2 does not work. Thanks a lot

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

답변 (1개)

Star Strider
Star Strider 2017년 12월 27일
See if the interp2 (link) function will do what you want.

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by