ElToMEq:
--------------------------------------------------------------------------
Transforms modified Keplerian elements to equinoctial elements.
The modified equinoctial elements are
p = a(1 + e^2)
f = ecos(w + W);
g = esin(w + W);
h = tan(i/2)cosW
k = tan(i/2)sinW
L = W + w + nu
W is right ascension of the ascending node
w is argument of perigee
Since version 7.
--------------------------------------------------------------------------
Form:
x = ElToMEq( el, mu )
--------------------------------------------------------------------------
------
Inputs
------
el (6,1) Keplerian elements
mu (1,1) Gravitational parameter
-------
Outputs
-------
x (6,1) Elements
--------------------------------------------------------------------------
Children:
OrbitMiniToolbox: Support/M2Nu