Interpolation techniques available in matlab?

1 view (last 30 days)
What are the interpolation techniques available in matlab?
  3 Comments
John D'Errico
John D'Errico on 26 Sep 2014
Lots of them. Too many to list, unless you are willing to add some clarity. What is your problem?
Emmanuel
Emmanuel on 27 Sep 2014
I want to apply cubic spline interpolation to an image. I don't know much about interpolation and its types. So wanted to know the functions that are available in matlab.

Sign in to comment.

Accepted Answer

Stephen23
Stephen23 on 26 Sep 2014
MATLAB has lots... try browsing through the documentation for interpolation .

More Answers (1)

Adam
Adam on 27 Sep 2014
Edited: Adam on 27 Sep 2014
doc interp2
It has a 'spline' option which uses cubic interpolation

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!