Effacer les filtres
Effacer les filtres

Interpolate data around a point

2 vues (au cours des 30 derniers jours)
Emrys
Emrys le 8 Juil 2018
Commenté : Emrys le 9 Juil 2018
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.

Réponse acceptée

Matt J
Matt J le 8 Juil 2018
interp2(lat,long,P,____)
  5 commentaires
Matt J
Matt J le 8 Juil 2018
Modifié(e) : Matt J le 8 Juil 2018
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 le 9 Juil 2018
Thank you very much. It works.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Mathematics dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by