How to interpolate scattered grid data

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 comentario

Walter Roberson
Walter Roberson el 8 de Ag. de 2019
griddata() can be used with complex values -- I just tried it.

Iniciar sesión para comentar.

 Respuesta aceptada

Kamran Mukhtar
Kamran Mukhtar el 8 de Ag. de 2019

0 votos

Thanks for your answer. Do you also know if we can also do extrapolation not necessarily too far but nearby cells ?

Más respuestas (2)

Kamran Mukhtar
Kamran Mukhtar el 8 de Ag. de 2019

0 votos

Would you be sharing it as well?

1 comentario

Walter Roberson
Walter Roberson el 8 de Ag. de 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."

Iniciar sesión para comentar.

Kamran Mukhtar
Kamran Mukhtar el 9 de Ag. de 2019

0 votos

Thanks for your answer, saving my time. btw,I also have explored 'scatteredInterpolant' which also does extrapolation.

Categorías

Más información sobre Interpolation en Centro de ayuda y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by