Multivariable piecewise function fit matlab
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hello there,
I would like to fit experimental data with an asymmetric Gaussian function: that is, a Gaussian like peak with different widths on the left and right hand sides.
I am mostly interested in the mean location of the peak, or b:
gaussEqn = 'a*exp(-((x-b)/c)^2)+d';
but also on the 'c' of both sides to do an average between them.
0 comentarios
Respuestas (0)
Ver también
Categorías
Más información sobre Curve Fitting Toolbox 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!