What's the difference between interp3 and scatteredinterpolant?
Show older comments
They can both return values of a 3-variable function u(x,y,z), at query points xq,yq,zq, based on input sample point vectors, x, y, z.
Which should one use, and why?
(I know scatteredInterpolant is meant for 'scattered' data, but what kind of data may by defined as 'scattered'?)
Accepted Answer
More Answers (0)
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!