How can I plot slope including maximum peaks?
古いコメントを表示

Hello, How can I plot slope including peaks point? It should look like exp. I tried envelope but It does not work for my code.
Thank you.
採用された回答
その他の回答 (1 件)
Image Analyst
2017 年 12 月 13 日
Why would you try envelope()? diff() would give the slope
slopes = diff(y)
カテゴリ
ヘルプ センター および File Exchange で Descriptive Statistics についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!