How to perform high-precision fitting of points on unknown trajectories? And calculate the fitting coefficient.
조회 수: 2 (최근 30일)
이전 댓글 표시
How to perform high-precision fitting of points on unknown trajectories? And calculate the fitting coefficient.
댓글 수: 2
Ameer Hamza
2020년 12월 30일
What is the distribution of points? Do you have an equation for the curve?
채택된 답변
Ameer Hamza
2020년 12월 30일
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.
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Interpolation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!