How can I plot slope including maximum peaks?
Mostra commenti meno recenti

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.
Risposta accettata
Più risposte (1)
Image Analyst
il 13 Dic 2017
Why would you try envelope()? diff() would give the slope
slopes = diff(y)
Categorie
Scopri di più su Descriptive Statistics in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!