Y = a*exp(b*x)+c*exp(d*x) formulas
Ältere Kommentare anzeigen
Hello,
Do you have some idea where I can find more info regarding this type of exponential model Y = a*exp(b*x)+c*exp(d*x)?
I need to know more about the inner math inside it. So far the books about numerical methods that I've looked into haven't got something useful.
Any hint will be useful, thanks in advance!
2 Kommentare
Walter Roberson
am 1 Nov. 2012
What kind of information are you looking for? It appears to be just the sum of two exponentials.
the cyclist
am 2 Nov. 2012
If you are trying to fit data to a functional form like that, you might investigate the function nlmefit() in the Statistics Toolbox.
Antworten (1)
Viorel
am 6 Nov. 2012
0 Stimmen
1 Kommentar
Walter Roberson
am 6 Nov. 2012
There isn't always a robust theory behind solving such systems: sometimes it just needs a numeric approach.
Kategorien
Mehr zu Get Started with Curve Fitting Toolbox finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!