How to recognize discontinuity of slope in numerical data

13 ビュー (過去 30 日間)
Saeid
Saeid 2021 年 9 月 11 日
コメント済み: Saeid 2021 年 9 月 11 日
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.

採用された回答

Walter Roberson
Walter Roberson 2021 年 9 月 11 日
Take the second derivative --
d2y = gradient(x,gradient(x,y))
Look for the spot where the second derivative changes from negative to positive.
  1 件のコメント
Saeid
Saeid 2021 年 9 月 11 日
Thanks Walter. I guess that will help, but I guess it is gradient(gradient(y,x),x)
Right?

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeGraphics Performance についてさらに検索

製品


リリース

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by