FlightPathAngle:

Path: Orbit/OrbitMechanics

% Compute the flight path angle for a Cartesian state.
--------------------------------------------------------------------------
   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.
--------------------------------------------------------------------------

Children:

Orbit: OrbitCoord/SLR
Orbit: OrbitMechanics/RVOrbGen
SC: BasicOrbit/CP2I
SC: BasicOrbit/E2M
SC: BasicOrbit/E2Nu
SC: BasicOrbit/M2E
SC: BasicOrbit/M2EApp
SC: BasicOrbit/M2EEl
SC: BasicOrbit/M2EHy
SC: BasicOrbit/M2Nu
SC: BasicOrbit/M2NuPb
SC: BasicOrbit/Nu2E
SC: BasicOrbit/Nu2M
SC: BasicOrbit/RV2El
Common: CommonData/SwooshWatermark
Common: General/CellToMat
Common: General/DeBlankLT
Common: General/MatToCell
Common: General/Watermark
Common: Graphics/Axis3D
Common: Graphics/Mesh2
Common: Graphics/NewFig
Common: Graphics/Plot2D
Common: Graphics/PltStyle
Common: Graphics/TimeLabl
Common: Graphics/XLabelS
Common: Graphics/YLabelS
Common: Graphics/ZLabelS
Math: Linear/Cross
Math: Linear/DupVect
Math: Linear/Mag
Math: Linear/Unit

Back to the Orbit Module page