create best fit line
显示 更早的评论
if i have a bunch of random numbers how do i create a best fit line for my data
回答(2 个)
Win co
2012-5-11
0 个投票
I suggest you to use "cftool". You have to possess an input and an output vector. The tool has a lot of fit function : gaussian, weibul, sum of sin, fourier, poly, exp, ...
Daniel Shub
2012-5-12
If you just want to plot the data and line
doc lsline
If you want the equation for the the line
doc polyfit
类别
在 帮助中心 和 File Exchange 中查找有关 Linear and Nonlinear Regression 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!