How to recognize discontinuity of slope in numerical data

13 Ansichten (letzte 30 Tage)
Saeid
Saeid am 11 Sep. 2021
Kommentiert: Saeid am 11 Sep. 2021
I am dealing with a set of data that, when plotted, shows a breaking point as shown in circles. How can I identify these points in the data without needing to plot them every time? I tried looking for discontinuity in the sllope, but that did not help.

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 11 Sep. 2021
Take the second derivative --
d2y = gradient(x,gradient(x,y))
Look for the spot where the second derivative changes from negative to positive.
  1 Kommentar
Saeid
Saeid am 11 Sep. 2021
Thanks Walter. I guess that will help, but I guess it is gradient(gradient(y,x),x)
Right?

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Graphics Performance finden Sie in Help Center und File Exchange

Produkte


Version

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by