Curve Fitting (No noise)
Show older comments
I need to find the function that describes a dataset (x, y), the values do not have noise. Which commands do you recommend?
1 Comment
Andrew Newell
on 19 Apr 2017
Depends what you mean by "describes"! If you want a curve that goes through all the points, interpolation would be best. If x and y are vectors, you could use interp1.
Accepted Answer
More Answers (0)
Categories
Find more on Curve Fitting Toolbox in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!