slopes of a graph

조회 수: 2 (최근 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