ML2KApp:

Path: Orbit/OrbitCoord

% Approximate eccentric longitude from the mean longitude.
   Uses a series approximation to Kepler's equation. 

   Since version 1.
--------------------------------------------------------------------------
   Form:
   eccLong = ML2KApp( P1, P2, meanLong )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   P1                   e sin(longitude of pericenter)
   P2                   e cos(longitude of pericenter)
   meanLong             Mean longitude

   -------
   Outputs
   -------
   eccLong              Eccentric longitude (K)

--------------------------------------------------------------------------
   References:   Battin, R.H., An Introduction to the Methods and Mathematics
                 of Astrodynamics, AIAA, New York, 1987, p. 196.
--------------------------------------------------------------------------

Children:

Common: CommonData/SwooshWatermark
Common: General/CellToMat
Common: General/MatToCell
Common: General/Watermark
Common: Graphics/NewFig
Common: Graphics/Plot2D
Common: Graphics/PltStyle

Back to the Orbit Module page