Akima Interpolation

Interpolate smooth curve through given points on a plane.
8.7K Downloads
Updated 20 Jan 2006

View License

Implementation of Akima's univariate interpolation method (Journal of the ACM, Vol. 17, No. 4, October 1970, pages 589-602).

N. Shamsundar, University of Houston

Cite As

N. Shamsundar (2024). Akima Interpolation (https://www.mathworks.com/matlabcentral/fileexchange/1814-akima-interpolation), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R12
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Interpolation in Help Center and MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0.0

Improved speed by vectorizing FOR loop,
following suggestion from user (Johannes Korsawe)