How do I find the nature of turning points using this function?
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (1)
Walter Roberson
il 24 Mag 2022
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
Vedere anche
Categorie
Scopri di più su Loops and Conditional Statements in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!