CalcE.m

Calculates eccentric anomaly given mean anomaly and eccentricity of an elliptical orbit.
ダウンロード: 4.6K
更新 2005/1/26

ライセンスの表示

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).

引用

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

MATLAB リリースの互換性
作成: R13
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
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.