How can i interpolate 2 matrices or planes

I have some data points that have coordinates of (Latitude, Longitude) = (X,Y) and a value for each coordinate = Z. I want to interpolate these points into a plane and after that y want to interpolate 2 or 3 more planes, this is because i have data points of different altitudes and then plot the grafic, the result shoulb be something like a volume of a cube. Does anyone knows how to interpolate 2 matrices = planes or even more?

Antworten (1)

KSSV
KSSV am 23 Feb. 2017
Bearbeitet: KSSV am 23 Feb. 2017

0 Stimmen

You have to use interp2 if your data is gridded data. If data is scattered data look into scatteredInterpolant .

Kategorien

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

Gefragt:

am 22 Feb. 2017

Bearbeitet:

am 23 Feb. 2017

Community Treasure Hunt

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

Start Hunting!

Translated by