slopes of a graph

4 次查看(过去 30 天)
Khadija Sulail
Khadija Sulail 2020-6-18
回答: David Hill 2020-6-18
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

回答(1 个)

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

类别

Help CenterFile Exchange 中查找有关 2-D and 3-D Plots 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by