Need to spline, wondering if possible to do this in a "best fit" way.

1 vue (au cours des 30 derniers jours)
andi shahaj
andi shahaj le 4 Juil 2017
Let me elaborate a little on what I'm trying to figure out. Let's say I have a set of 100 points, and I wanted a smooth curve for them, but their position is quite erratic (they follow the same general direction however). I need to fit this to a curve, but fitting all the points to one polynomial would be meaningless. Instead what I would like to do is imitate what the spline function does, however the spline function interpolates between points, what I would like to do is find the 2nd or 3rd degree polynomial of best fit for say intervals of 10 points and connect them together as a piecewise function, but like spline it needs to be smooth, as I need to be able to take the derivative at any of the points. Is there a way to do this?
  2 commentaires
KSSV
KSSV le 5 Juil 2017
Pick every ten points and use polyfit....won't it do what you want?
andi shahaj
andi shahaj le 5 Juil 2017
but i need the next polyfit to fit "smoothly" with the previous, meaning that the limit of the slope at the point where they are "tied" together needs to be the same for the two polyfits.

Connectez-vous pour commenter.

Réponses (1)

Greg Dionne
Greg Dionne le 7 Juil 2017
Try using sgolayfilt in the Signal Processing Toolbox.

Catégories

En savoir plus sur Spline Postprocessing dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by