This example creates a simple plane take-off trajectory in the
virtual reality coordinate system. and plots it in MATLAB using plot3
The plane starts in the +x direction and goes up (positive values of y coordinate) in
the z=0 plane. We then convert the trajectory to MATLABcoordinates, so that it can be displayed in a 3D figure using the MATLAB
plot3 command.
Define a simple take-off trajectory
Convert the path from virtual reality coordinates to MATLAB coordinates
Display the path in a 3D plot using the plot3 command