Do you have any idea how to find multipule slpes from graph like this ? I know the graph is kind of complicated but I need an ideas to finds some values of a slope from this graph

Réponses (1)

David Hill
David Hill le 18 Juin 2020

0 votes

Derivative of the data provide the slope. You could fit the data first before taking the derivative. You will have to decide.
slope=diff(yourData);

Catégories

En savoir plus sur 2-D and 3-D Plots dans Centre d'aide et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by