how can i find the stationary points of this equation and find its nature in the region x>0.

조회 수: 9 (최근 30일)
x = -10 : 0.01 : 10;
y = (exp(x)./ sin(x)) + 0.3;
  댓글 수: 3

댓글을 달려면 로그인하십시오.

답변 (1개)

Matt J
Matt J 2019년 11월 8일
편집: Matt J 2019년 11월 8일
You can use diff to get numerical approximations of the derivatives and apply stationary point criteria based on those.
If needed, you could then use fzero to find roots of the derivatives using what you got from diff as initial guesses. This would refine the estimates of the stationary point locations to better than your 0.01 sampling interval.

카테고리

Help CenterFile Exchange에서 Interpolation에 대해 자세히 알아보기

제품


릴리스

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by