Curve fitting problem and strange message

Hello everyone,
I tried to fit my peak with Lorentzian however the background can't be fitted well:
the background of the fitted curve is always lower than the real data.
I used a bound range [0 inf] for this background coefficient and TolFun=1e-25 and TolX=1e-25 for the fitoptions.
Even the fitting is obviously poor as above and matlab still finished with this message:
Success, but fitting stopped because change in residuals less than tolerance (TolFun).
Really don't know how to optimize it. Thanks for any suggestions.
BTW, does anyone know how to post an image here? I wish to attach my fitting curve here.

3 comentarios

José-Luis
José-Luis el 23 de Mayo de 2013
Sometimes it is impossible to get a good fit. In your case though, the tolerance is quite low and it should give decent results (provided it converges), unless the values you are trying to fit are themselves very small.
Could you post a minimum working example?
Image Analyst
Image Analyst el 24 de Mayo de 2013
Did you use the Curve Fitting Toolbox for this? If so, list it in the products list below.
Fei
Fei el 24 de Mayo de 2013
No, I created routines to fit the data.

Iniciar sesión para comentar.

Respuestas (1)

Craig Cowled
Craig Cowled el 24 de Mayo de 2013

0 votos

Fei, if the "change in residuals is less than tolerance" then this is an indication that you have a reasonably good fit.
I have recently discovered the LSQNONLIN function which is a very quick way to find an optimal solution. Have a look at the code I posted in http://www.mathworks.com.au/matlabcentral/answers/60638-curve-fitting-a-complex-function-using-cftool. It might give you an alternative approach to the problem.
Craig.

Categorías

Más información sobre Get Started with Curve Fitting Toolbox en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

Fei
el 23 de Mayo de 2013

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by