Given the set of points, let say (xo, yo), (x1, y1),.....,(xn, yn) how to find polynomial via spline interpolation (Cubic/quadratic)

1 visualizzazione (ultimi 30 giorni)
Given the set of points, let say (xo, yo), (x1, y1),.....,(xn, yn) how to find polynomial via spline interpolation (Cubic/quadratic)
  1 Commento
John D'Errico
John D'Errico il 13 Mar 2016
Modificato: John D'Errico il 13 Mar 2016
What is your question? Is this homework? if so, then it is time to do your work.
If you need to generate a spline, then surely spline.m is the answer, or pchip.m, or perhaps have a go at spapi.m. So I'm not at all sure what is the actual question here, or at least the reason behind your question. Surely if I wanted to fit an interpolating spline, I would have started with spline.m.

Accedi per commentare.

Risposte (2)

Image Analyst
Image Analyst il 13 Mar 2016
I'm attaching my spline and polyfit demos. Adapt as needed.
As you know, with splines you get a new polynomial between every pair of points.

Muhammad Usman Saleem
Muhammad Usman Saleem il 13 Mar 2016

Categorie

Scopri di più su Splines in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by