3D interpolation at points

2 views (last 30 days)
Desmond Hutchinson
Desmond Hutchinson on 14 Aug 2020
Answered: Matt J on 14 Aug 2020
I have 14 temperature values with 14 x,y pairs. (3 vectors Temp, X, Y)
I want to interpolate between these points at 6 known points (xp,yp) (2 vectors xp and yp), so that I can have the coresponding temperatures at the 6 known points.

Answers (1)

Matt J
Matt J on 14 Aug 2020
griddata(X,Y,Temp,xp,yp)

Categories

Find more on Interpolation in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!