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!