Rocket animation

Hi im new in this world, i need help finding a solution for my problem.
I’m collecting filight data (.txt) from a sensor called IMU inside rocket , i process those data in matlab and than i would like to create a simple animation of a rocket that follows the exact altitude and displays the velocities of the real model.
Would be amazing if someone could help me.
thank you.

You’re not really explaining where you’re having trouble.

  • parse the data into an array
  • decide which time-indexed element in the data array you want to show at a given time in the scene
  • decide what models to use to represent the rocket and any ground landmarks
  • move the model of the rocket to the coordinates in your time-indexed data element
  • calculate the velocities involved
  • decide how to display the velocity (arrow graphic, numerical element)