How to divide this plot into different regions?
2 ビュー (過去 30 日間)
古いコメントを表示
I want to identify different regions, each one is characterized by one peak followed by a minimum point.
This is the plot in which I want to obtain these different regions (red lines).

This procedure must be performed for the entire plot.
3 件のコメント
Adam Danz
2020 年 8 月 26 日
You already have the location of peaks. Now all you need to do is find the min() between adjacent peaks. That should be quite easy to do within a loop.
回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!