Path: Orbit/OrbitMechanics
% Computes the mean anomaly from change in time
--------------------------------------------------------------------------
   Form:
   M = MeanAnom( dt, a, p, mu )
--------------------------------------------------------------------------
   ------
   Inputs
   ------
   dt                   Change in time
   a                    Semi-major axis (+ for ellipse, inf for parabola
                        and - for hyperbola)
   p                    Parameter (used for parabolas)
   mu                   Gravitational parameter
   -------
   Outputs
   -------
   M                    Mean anomaly
--------------------------------------------------------------------------
   References: Wiesel, W. E., Spaceflight Dynamics, McGraw-Hill, 1988,
               pp. 56-57.
--------------------------------------------------------------------------
Common: Graphics/Plot2D
Back to the Orbit Module page