フィルターのクリア

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 Center および File ExchangeNetworks についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by