Mutual Visibility Between Two Earth Satellites

Determine times when two Earth satellites have line-of-sight visibility to each other

https://sourceforge.net/u/cdeaglejr/profile/

You are now following this Submission

This submission consists of two MATLAB scripts that can be used to determine mutual visibility between two satellites in circular or elliptical Earth orbits. This script uses a combination of Brent’s one-dimensional minimization and root-finding to calculate mutual visibility conditions.
In the first script (sat2sat1), the orbits of the Earth satellites are propagated using Kozai’s method. In the second script (sat2sat2) the orbits of the satellites are propagated using an RKF78 numerical integration method which also includes the oblateness term in the orbital equations of motion.

Cite As

David Eagle (2026). Mutual Visibility Between Two Earth Satellites (https://se.mathworks.com/matlabcentral/fileexchange/180078-mutual-visibility-between-two-earth-satellites), MATLAB Central File Exchange. Retrieved .

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.1.0

Added a second script that uses numerical integration to propagate the orbits of each Earth satellite.

1.0.0