What is the best way to animate a rocket trajectory through matlab?
9 次查看(过去 30 天)
显示 更早的评论
I have lat/lon/alt data, as well as relative euler angles roll, pitch, yaw. What is the best way to animate the rocket trajectory? I would like to have the animation point be 3 orthogonal arrows representing the orientation of the rocket during trajectory. I dont have any experience with animations.
0 个评论
回答(1 个)
Bjorn Gustavsson
2019-10-2
I would look for some of the arrow-contributions on the file exchange: Arrow3, arrow - and then simply loop over time calculate the unit-vectors for the rocket (e3 along the rocket, e2 and e1 perpendicular to e3 and each other), then just use either of the arrow-function to plot the rocket-rotation, perhaps with some 3-D globe/map, and capture the entire thing as a matlab-moview (see getframe, and VideoWriter).
HTH
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!