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. --------------------------------------------------------------------------
Common: Graphics/Plot2D Math: Linear/Cross Math: Linear/Mag Math: Linear/Unit Orbit: OrbitMechanics/RVOrbGen SC: BasicOrbit/M2Nu SC: BasicOrbit/RV2El
Back to the Orbit Module page