create best fit line
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
if i have a bunch of random numbers how do i create a best fit line for my data
0 comentarios
Respuestas (2)
Win co
el 11 de Mayo de 2012
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, ...
0 comentarios
Daniel Shub
el 12 de Mayo de 2012
If you just want to plot the data and line
doc lsline
If you want the equation for the the line
doc polyfit
0 comentarios
Ver también
Categorías
Más información sobre Interpolation en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!