slopes of a graph

4 visualizaciones (últimos 30 días)
Khadija Sulail
Khadija Sulail el 18 de Jun. de 2020
Respondida: David Hill el 18 de Jun. de 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

Respuestas (1)

David Hill
David Hill el 18 de Jun. de 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);

Categorías

Más información sobre 2-D and 3-D Plots en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by