slopes of a graph

3 Ansichten (letzte 30 Tage)
Khadija Sulail
Khadija Sulail am 18 Jun. 2020
Beantwortet: David Hill am 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

Antworten (1)

David Hill
David Hill am 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);

Kategorien

Mehr zu 2-D and 3-D Plots finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by