How to perform high-precision fitting of points on unknown trajectories? And calculate the fitting coefficient.

9 views (last 30 days)
How to perform high-precision fitting of points on unknown trajectories? And calculate the fitting coefficient.

Accepted Answer

Ameer Hamza
Ameer Hamza on 30 Dec 2020
If you don't have the equation, then use a non-parametric curve fitting: https://www.mathworks.com/help/curvefit/nonparametric-fitting.html, especially see the smoothing splines. This requires the curve fitting toolbox.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!