How to interpolate scattered grid data
Afficher commentaires plus anciens
Hi
I have some scattered data (z-values which are complex) on different latitude and longitude. I want to interpolate it uniformly so that I can fil the missing values of latitude and longitude.
1 commentaire
Walter Roberson
le 8 Août 2019
griddata() can be used with complex values -- I just tried it.
Réponse acceptée
Plus de réponses (2)
Kamran Mukhtar
le 8 Août 2019
0 votes
1 commentaire
Walter Roberson
le 8 Août 2019
Use the 'v4' option of griddata.
"For all interpolation methods other than 'v4', the output vq contains NaN values for query points outside the convex hull of the sample data. The 'v4' method performs the same calculation for all points regardless of location."
Kamran Mukhtar
le 9 Août 2019
0 votes
Catégories
En savoir plus sur Interpolation dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!