slopes of a graph

2 views (last 30 days)
Khadija Sulail
Khadija Sulail on 18 Jun 2020
Answered: David Hill on 18 Jun 2020
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

Answers (1)

David Hill
David Hill on 18 Jun 2020
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);

Categories

Find more on 2-D and 3-D Plots in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!