Horizontal asymptote of exponential decay
1 次查看(过去 30 天)
显示 更早的评论
Hello, does anyone know how to find the horizontal asymptote of an exponential decay function?
0 个评论
采纳的回答
Walter Roberson
2013-1-25
Evaluate the function at infinity.
6 个评论
Walter Roberson
2013-1-30
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.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Least Squares 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!