Y = a*exp(b*x)+c*exp(d*x) formulas
11 views (last 30 days)
Show older comments
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 Comments
Walter Roberson
on 1 Nov 2012
What kind of information are you looking for? It appears to be just the sum of two exponentials.
the cyclist
on 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.
Answers (1)
Viorel
on 6 Nov 2012
1 Comment
Walter Roberson
on 6 Nov 2012
There isn't always a robust theory behind solving such systems: sometimes it just needs a numeric approach.
See Also
Categories
Find more on Mathematics and Optimization in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!