Horizontal asymptote of exponential decay

조회 수: 2 (최근 30일)
Lynn Knoblauch
Lynn Knoblauch 2013년 1월 25일
Hello, does anyone know how to find the horizontal asymptote of an exponential decay function?

채택된 답변

Walter Roberson
Walter Roberson 2013년 1월 25일
Evaluate the function at infinity.
  댓글 수: 6
Lynn Knoblauch
Lynn Knoblauch 2013년 1월 30일
I would never of thought of this and this does make more sense. Thank you for your response. MUCH APPRECIATED!
Walter Roberson
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 CenterFile Exchange에서 Mathematics에 대해 자세히 알아보기

태그

아직 태그를 입력하지 않았습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by