Y = a*exp(b*x)+c*exp(d*x) formulas
11 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Walter Roberson
il 1 Nov 2012
What kind of information are you looking for? It appears to be just the sum of two exponentials.
the cyclist
il 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.
Risposte (1)
Viorel
il 6 Nov 2012
1 Commento
Walter Roberson
il 6 Nov 2012
There isn't always a robust theory behind solving such systems: sometimes it just needs a numeric approach.
Vedere anche
Categorie
Scopri di più su Mathematics and Optimization in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!