How can I plot slope including maximum peaks?
Ältere Kommentare anzeigen

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.
Akzeptierte Antwort
Weitere Antworten (1)
Image Analyst
am 13 Dez. 2017
Why would you try envelope()? diff() would give the slope
slopes = diff(y)
Kategorien
Mehr zu Descriptive Statistics finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!