Azzera filtri
Azzera filtri

slopes of a graph

5 visualizzazioni (ultimi 30 giorni)
Khadija Sulail
Khadija Sulail il 18 Giu 2020
Risposto: David Hill il 18 Giu 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

Risposte (1)

David Hill
David Hill il 18 Giu 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);

Categorie

Scopri di più su 2-D and 3-D Plots in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by