Polynomial line fitting to dense data
2 次查看(过去 30 天)
显示 更早的评论
Is it possible to perform polynomial regression to data that looks like this?
0 个评论
回答(2 个)
Image Analyst
2020-3-15
编辑:Image Analyst
2020-3-15
Yes, just try it. Attached is a demo. Attach your data if you have trouble.
0 个评论
John D'Errico
2020-3-15
Of course it is.
help polyfit
Do NOT fit anything of higher order than a straight line to that crap though. You will be kidding yourself if you do.
13 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Histograms 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!