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 Kommentar

Walter Roberson
Walter Roberson am 8 Aug. 2019
griddata() can be used with complex values -- I just tried it.

Melden Sie sich an, um zu kommentieren.

 Akzeptierte Antwort

Kamran Mukhtar
Kamran Mukhtar am 8 Aug. 2019

0 Stimmen

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

Weitere Antworten (2)

Kamran Mukhtar
Kamran Mukhtar am 8 Aug. 2019

0 Stimmen

Would you be sharing it as well?

1 Kommentar

Walter Roberson
Walter Roberson am 8 Aug. 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."

Melden Sie sich an, um zu kommentieren.

Kamran Mukhtar
Kamran Mukhtar am 9 Aug. 2019

0 Stimmen

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

Kategorien

Mehr zu Interpolation finden Sie in Hilfe-Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by