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

6 vues (au cours des 30 derniers jours)
Alok Virkar
Alok Virkar le 2 Oct 2019
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.

Réponses (1)

Bjorn Gustavsson
Bjorn Gustavsson le 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

Catégories

En savoir plus sur Animation dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by