I have two scripts for fitting a function. The fitting results are the same for both of the scripts, but plotting the fit results is producing different plots.
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Manvendra Sharma
el 14 de Sept. de 2016
Comentada: Manvendra Sharma
el 14 de Sept. de 2016
I have two attached scripts creatFit.m and expfit_mine. I am fitting same data with same lower and upper bounds with same starting points. The fitresults are giving the same values for parameters, but while I am plotting they are producing different plots. createFit was generated by matlab and I made the expfit_mine.
Regards, Manvendra
2 comentarios
John D'Errico
el 14 de Sept. de 2016
That would be ok, but you have not actually attached any scripts. Try harder.
Respuesta aceptada
dbmn
el 14 de Sept. de 2016
change the last line of expfit_mine.m to
plot(xData,yData,'b.',times,fun(fitresult,times),'r-')
and you should be fine
Más respuestas (0)
Ver también
Categorías
Más información sobre Interpolation 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!