필터 지우기
필터 지우기

How can I work out the rate of change for my experimental data?

조회 수: 46 (최근 30일)
katherine keogh
katherine keogh 2018년 11월 14일
편집: Torsten 2018년 11월 14일
I have a set of experimental data I have plotted, I'd like a second graph demonstrating the rate of change of one of the variables. I have time against altitide, so the seocn graph is the rate of change of altitude (gradient of the first graph) against time. Please can people direct me to using the right code
Thank you

채택된 답변

Torsten
Torsten 2018년 11월 14일
편집: Torsten 2018년 11월 14일
rate_of_change_of_altitude = diff(altitude)./diff(time)

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Networks에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by