How can I plot slope including maximum peaks?
Mostrar comentarios más antiguos

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.
Respuesta aceptada
Más respuestas (1)
Image Analyst
el 13 de Dic. de 2017
Why would you try envelope()? diff() would give the slope
slopes = diff(y)
Categorías
Más información sobre Descriptive Statistics en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!