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!