Can I do a curve fit tool in a for loop?
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
How can I get the a1,b1,c1 variables from the curve fit tool box for the gaussian func?
Risposta accettata
Ayush Gupta
il 11 Set 2020
The model coefficients for a Gaussian fit can be found out directly from the model. Refer to the following code on how to get the coefficients:
f = fit(x,y,'gauss2')
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Linear and Nonlinear Regression in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!