Horizontal asymptote of exponential decay

1 visualización (últimos 30 días)
Lynn Knoblauch
Lynn Knoblauch el 25 de En. de 2013
Hello, does anyone know how to find the horizontal asymptote of an exponential decay function?

Respuesta aceptada

Walter Roberson
Walter Roberson el 25 de En. de 2013
Evaluate the function at infinity.
  6 comentarios
Lynn Knoblauch
Lynn Knoblauch el 30 de En. de 2013
I would never of thought of this and this does make more sense. Thank you for your response. MUCH APPRECIATED!
Walter Roberson
Walter Roberson el 30 de En. de 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.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Least Squares en Help Center y File Exchange.

Etiquetas

Aún no se han introducido etiquetas.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by