What's the difference between interp3 and scatteredinterpolant?
Afficher commentaires plus anciens
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'?)
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Interpolation dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!