Can I do a curve fit tool in a for loop?
    7 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
    AAS
 el 8 de Sept. de 2020
  
    
    
    
    
    Respondida: Ayush Gupta
    
 el 11 de Sept. de 2020
            How can I get the a1,b1,c1 variables from the curve fit tool box for the gaussian func?
Respuesta aceptada
  Ayush Gupta
    
 el 11 de Sept. de 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 comentarios
Más respuestas (0)
Ver también
Categorías
				Más información sobre Linear and Nonlinear Regression 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!


