Need to spline, wondering if possible to do this in a "best fit" way.
1 view (last 30 days)
Show older comments
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 Comments
Answers (1)
See Also
Categories
Find more on Spline Postprocessing 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!