You can use sgolayfilt() or 'smoothingspline' option from curve fitting toolbox. See the answers here for detailed discussion on this topic: https://www.mathworks.com/matlabcentral/answers/682698-curve-fit-or-spline-fit-for-a-wavy-function
least square fitting with a data set
1 次查看(过去 30 天)
显示 更早的评论
I have a matrix A with first column time, second and third column each x and y coordinate of the body.
If I want to plot the path more smoothly using least squares approximation, how should I write my code?
I'm not so sure because x does not go in one direction or increase by 1.
0 个评论
回答(1 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Least Squares 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!