Integration of numerical date between multiple limits
Show older comments
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
Answers (1)
Alan Stevens
on 28 Jul 2020
0 votes
Use cumtrapz(t,accn)?
Categories
Find more on Mathematics in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!