CalcE.m
Version 1.0.0.0 (1.4 KB) by
Richard Rieber
Calculates eccentric anomaly given mean anomaly and eccentricity of an elliptical orbit.
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).
Cite As
Richard Rieber (2024). CalcE.m (https://www.mathworks.com/matlabcentral/fileexchange/6779-calce-m), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R13
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
- Aerospace and Defense > Aerospace Blockset > Guidance, Navigation, and Control (GNC) >
- Industries > Aerospace and Defense > CubeSat and Satellites >
- Aerospace and Defense > Aerospace Blockset > Reference Applications >
Find more on Guidance, Navigation, and Control (GNC) in Help Center and MATLAB Answers
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Version | Published | Release Notes | |
---|---|---|---|
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. |