create best fit line
Afficher commentaires plus anciens
if i have a bunch of random numbers how do i create a best fit line for my data
Réponses (2)
Win co
le 11 Mai 2012
0 votes
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
le 12 Mai 2012
If you just want to plot the data and line
doc lsline
If you want the equation for the the line
doc polyfit
Catégories
En savoir plus sur Linear and Nonlinear Regression dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!