Home > OS >  Plotting trajectory of an aircraft with orientation information
Plotting trajectory of an aircraft with orientation information

Time:09-14

Given the orientation history of an aircraft (in addition to the position history), is there a way to generate a 3d trajectory plot where the orientation information is also provided in the same plot? For example, by using a custom marker (aircraft picture) to represent the orientation of the aircraft at any point on the trajectory? Please see the attached figure for reference. TIA

enter image description here

CodePudding user response:

I found a Matlab tool that does this.

https://www.mathworks.com/matlabcentral/fileexchange/4572-trajectory-and-attitude-plot-version-2

  • Related