Horizontal asymptote of exponential decay
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hello, does anyone know how to find the horizontal asymptote of an exponential decay function?
0 commentaires
Réponse acceptée
Walter Roberson
le 25 Jan 2013
Evaluate the function at infinity.
6 commentaires
Walter Roberson
le 30 Jan 2013
The diff() should logically be fitted with a difference of x coordinates, but since your x is in the exponent, A*exp(B*x)+C, subtracting for two different x... (A*exp(B*x1)+C) - (A*exp(B*x2)+C) = A*(exp(B*x1)-exp(B*x2)) and then you do not get nice clean log(exp(B*x)) -> B*x like I was thinking when I proposed the above.
I think a nonlinear least-squares is going to be needed.
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Least Squares dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!