Biexponential fit help?

25 visualizaciones (últimos 30 días)
Vartika Kumar
Vartika Kumar el 20 de Jul. de 2021
Respondida: Swetha Polemoni el 23 de Jul. de 2021
So I generated a decay of some data using this code, and the decay works! But now I am trying to fit it into a biexponential fit. I have this code, but it is not working for some reason. Does anybody know what I should do?
Decay code (works):
a=Data{1,1};
decay=get(a,'decay');
Biexponential fit code (does not work):
ft = fittype('exp2');
ft(a,b,t1,t2,x) = a*exp(b*x) + t1*exp(t2*x);

Respuestas (1)

Swetha Polemoni
Swetha Polemoni el 23 de Jul. de 2021
Hi,
The following answer might help you.

Categorías

Más información sobre Fit Postprocessing 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!

Translated by