Integrate an acceleration vector to obtain a velocity vector
2 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
採用された回答
madhan ravi
2020 年 10 月 21 日
編集済み: madhan ravi
2020 年 10 月 21 日
Use cumtrapz()
doc cumtrapz
0 件のコメント
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!