Interpolation techniques available in matlab?

What are the interpolation techniques available in matlab?

3 Comments

That is a very broad question. What specific goal do you have in mind?
Lots of them. Too many to list, unless you are willing to add some clarity. What is your problem?
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

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

Asked:

on 26 Sep 2014

Edited:

on 27 Sep 2014

Community Treasure Hunt

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

Start Hunting!