CalcE.m

버전 1.0.0.0 (1.4 KB) 작성자: Richard Rieber
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.