Integration of numerical date between multiple limits
Afficher commentaires plus anciens
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
Réponses (1)
Alan Stevens
le 28 Juil 2020
0 votes
Use cumtrapz(t,accn)?
Catégories
En savoir plus sur Mathematics dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!