- Use findpeaks(-data)
- Choose peaks that lie in 23 < x < 27 and 58 < x < 62
Find the partial minimums in a set of values
1 回表示 (過去 30 日間)
古いコメントを表示
Hi everyone! I have the graphics i show you in the image and i would like to know the distance betwen the two minimum point in the middle of the graph. I mean betwen around 30 and 60. How could i find this points? I have thought I could aproximate to a polynomial function and find the minimums...

0 件のコメント
採用された回答
darova
2019 年 11 月 6 日
3 件のコメント
Steven Lord
2019 年 11 月 6 日
I'd probably use islocalmin instead of findpeaks on the negative of the data.