What should I use for cubic function approximation/polynomial approximation?

I have a curve like spectrum that contains some noise, I like to use the principle of polynomial approximation to approximate this spectrum.

 Accepted Answer

I’m not sure what you want, but one option is polyfit. The end of the page links to necessary related functions, such as polyval.
Another option that you may be referring to is Cubic Spline Data Interpolation ( spline ).

2 Comments

Thanks very much could you please explain this spline further, it looks like that will solve my problem, can I read the details of this function on MATLAB?Many thanks once again
My pleasure! The documentation for spline explains it better than I ever could.
Note that the blue type in my answer are hyperlinks, so clicking on spline in it will open the correct page in the MATLAB documentation.

Sign in to comment.

More Answers (0)

Categories

Asked:

on 21 Feb 2014

Commented:

on 21 Feb 2014

Community Treasure Hunt

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

Start Hunting!