Interpolate data around a point

1 次查看(过去 30 天)
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