Integrate an acceleration vector to obtain a velocity vector
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Jose Sosa Lopez
el 21 de Oct. de 2020
Editada: madhan ravi
el 21 de Oct. de 2020
Hello guys, I have a vector for acceleration with the vector of the time, and I want to have the vectors for the velocity and position after that.
Any idea how to get the vector of the velocity?
I know that the velocity is the integral, but I dont know which function should I use.
I adjunt the file with the data.
Thank you for your help.
0 comentarios
Respuesta aceptada
madhan ravi
el 21 de Oct. de 2020
Editada: madhan ravi
el 21 de Oct. de 2020
Use cumtrapz()
doc cumtrapz
0 comentarios
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!