How do I find the nature of turning points using this function?

4 次查看(过去 30 天)
Hi all. I was asked to create a function which uses the turning points of a differentiable function in order to find the first derivative which is not equal to zero after which it finds the nature of the turning points given. The code for the function requires a while loop or a for loop. How can this be done please? Thanks in advance

回答(1 个)

Walter Roberson
Walter Roberson 2022-5-24
values that are exactly the same are derivative 0. Once you find a value not equal to the first value, then any string of increases is a positive derivative, any string of decreases is a negative derivative, places you change between runs are turning point.
Hint: diff and sign
  1 个评论
Nico Degabriele
Nico Degabriele 2022-5-24
Hi, thanks for your answer. I understood what u wrote however I am still unsure about how to start the code. I am just not sure as to how to use each separate turning point for the loop. How is this to be done please?

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Loops and Conditional Statements 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by