What is the best way to animate a rocket trajectory through matlab?

9 views (last 30 days)
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.

Answers (1)

Bjorn Gustavsson
Bjorn Gustavsson on 2 Oct 2019
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

Categories

Find more on Animation in Help Center and File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!