What is the best way to animate a rocket trajectory through matlab?
6 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponses (1)
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
0 commentaires
Voir également
Catégories
En savoir plus sur Animation dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!