Path: Orbit/OrbitMechanics
% Compute the flight path angle for a Cartesian state.
  Type FlightPathAngle for a demo
--------------------------------------------------------------------------
   Form:
   phi = FlightPathAngle( r, v, mu )
--------------------------------------------------------------------------
   ------
   Inputs
   ------
   r               (6,:) [r;v] or (3,1) r
   v               (3,:) v
   mu              (1,1) Gravitational parameter (only needed to plot)
   -------
   Outputs
   -------
   phi             (1,:) Flight path angle
--------------------------------------------------------------------------
   Reference: Vallado, D. A. Fundamentals of Astrodynamics and 
              Applications McGraw-Hill. pp. 138-139.
--------------------------------------------------------------------------
Orbit: OrbitMechanics/RVOrbGen SC: BasicOrbit/M2Nu SC: BasicOrbit/RV2El Common: Graphics/Plot2D Math: Linear/Cross Math: Linear/Mag Math: Linear/Unit
Back to the Orbit Module page