How can i interpolate 2 matrices or planes

2 次查看(过去 30 天)
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?

回答(1 个)

KSSV
KSSV 2017-2-23
编辑:KSSV 2017-2-23
You have to use interp2 if your data is gridded data. If data is scattered data look into scatteredInterpolant .

类别

Help CenterFile Exchange 中查找有关 Interpolation 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by