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
0 个评论
回答(1 个)
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
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Loops and Conditional Statements 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!