Integration of numerical date between multiple limits
古いコメントを表示
So I have acceleration vs time data and I need to integrate the curve between many limits to find the maximum value so integrate between 0-0.0005 seconds and 0.0005-0.001 seconds and so on how can I go about doing this
回答 (1 件)
Alan Stevens
2020 年 7 月 28 日
0 投票
Use cumtrapz(t,accn)?
カテゴリ
ヘルプ センター および File Exchange で Mathematics についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!