CalcE.m

Calculates eccentric anomaly given mean anomaly and eccentricity of an elliptical orbit.
4,6K descargas
Actualizado 26 ene 2005

Ver licencia

Since the eccentric anomaly cannot be directly calculated from certain given values, this function performs a simple Newton-Raphson iteration to solve for the eccentric anomaly within a given tolerance (default 10^-8 radians).

Citar como

Richard Rieber (2024). CalcE.m (https://www.mathworks.com/matlabcentral/fileexchange/6779-calce-m), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R13
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versión Publicado Notas de la versión
1.0.0.0

Didn't notice that MatLab already had a function entitled calce.m, so the file has been renamed to CalcEA.m.