Interpolate data around a point

조회 수: 1 (최근 30일)
Emrys
Emrys 2018년 7월 8일
댓글: Emrys 2018년 7월 9일
Hy guys , I have a matrix of data on a grid. P=45*25 matrix lat=45*25 matrix long=45*25 matrix and I want to interpolate this data around a point inside the grid. Someone could help me plese? Thank you very much in advance.

채택된 답변

Matt J
Matt J 2018년 7월 8일
interp2(lat,long,P,____)
  댓글 수: 5
Matt J
Matt J 2018년 7월 8일
편집: Matt J 2018년 7월 8일
Imagine that I have a point (long,lat) around around which i want to interpolate all the matrix data. How could I tell to interp2 this?
(Xq,Yq) would be that point.
Emrys
Emrys 2018년 7월 9일
Thank you very much. It works.

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

추가 답변 (0개)

카테고리

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by