Closest Approach Between Two Earth Satellites

版本 1.1.0 (235.4 KB) 作者: David Eagle
Determine closest approach between two Earth satellites in circular or elliptical orbits.
21.0 次下载
更新时间 2025/2/19

查看许可证

This submission describes two MATLAB scripts that can be used to determine closest approach conditions between two satellites in circular or elliptical Earth orbits. Each script uses Brent’s one-dimensional minimization algorithm to calculate geometric close approach conditions. In the first script (ca2sats1) the orbits of both satellites are propagated using Kozai’s J2 method. In the second script (ca2sats2) the orbits of both satellites are propagated using an RKF78 numerical integration method which also includes the oblateness term J2 in the first-order orbital equations of motion.
These scripts create a simple text file of the results along with a tiff graphics file of the close approach distance as a function of the elapsed simulation time.

引用格式

David Eagle (2025). Closest Approach Between Two Earth Satellites (https://ww2.mathworks.cn/matlabcentral/fileexchange/180081-closest-approach-between-two-earth-satellites), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R2024b
兼容任何版本
平台兼容性
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.1.0

Added a second MATLAB script (ca2sats2) that determines closest approach using numerical integration of the orbital equations of motion.

1.0.0