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