<< Orbit properties Orbit properties CL_kp_E2v >>

CelestLab >> Orbit properties > CL_kp_E2M

CL_kp_E2M

Eccentric anomaly to mean anomaly

Calling Sequence

M = CL_kp_E2M(ecc,E)

Description

Parameters

E:

Eccentric anomaly [rad] (PxN or Px1)

ecc:

Eccentricity (PxN or Px1)

M:

Mean anomaly [rad] (PxN)

Authors

Bibliography

See also

Examples

// Consistency test:
E = [1.7281 5.7281];
ecc = [0.37255 1.55];
M = CL_kp_E2M(ecc,E);
E2 = CL_kp_M2E(ecc,M)
<< Orbit properties Orbit properties CL_kp_E2v >>