what is the source code of gridinterpolant function? what is the algorithm?

3 views (last 30 days)
I want to know what is behind griddedinterpolant function?
what is the original code? can I know? what is the algorithm?
best regards
Behzad- Nashville, Tennessee

Accepted Answer

Matt J
Matt J on 15 Oct 2019
No, there is no way to see the souce code for griddedInterpolant.
  3 Comments
Matt J
Matt J on 15 Oct 2019
Edited: Matt J on 15 Oct 2019
I suspect that the algorithm depends on the chosen interpolation method (linear, cubic, nearest-neighbor, etc...).
Vikram Chandrashekhar
Vikram Chandrashekhar on 12 Feb 2021
Hi @Matt J, I understand the source code is not available. Is there a peer-reviewed publication with the algorithm used in griddedInterpolant for linear and nearest neighbor interpolation?

Sign in to comment.

More Answers (0)

Categories

Find more on Statistics and Machine Learning Toolbox 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!