Integration of numerical date between multiple limits
Mostrar comentarios más antiguos
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
Respuestas (1)
Alan Stevens
el 28 de Jul. de 2020
0 votos
Use cumtrapz(t,accn)?
Categorías
Más información sobre Mathematics en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!