Problem 2375. Obscured by Earth
Given two points in ECI reference frame, check wheather they are in line-of-sight, i.e, they are not obscured by Earth. Note that the Earth is assumed as a sphere with 6,378,137.0 m radius (equatorial radius according to WGS-84).
Inputs:
- x1: [x y z] ECI coordinates of the first reference point
- x2: [x y z] ECI coordinates of the second reference point
Outputs:
- inLOS: true if the line-of-sight is not obscured by Earth
Solution Stats
Problem Comments
-
1 Comment
Rafael S.T. Vieira
on 9 Oct 2020
Hum, according to WGS-84, Earth is not an sphere.
Solution Comments
Show commentsProblem Recent Solvers18
Suggested Problems
-
Remove all the words that end with "ain"
2434 Solvers
-
2453 Solvers
-
Create an n-by-n null matrix and fill with ones certain positions
635 Solvers
-
Create a two dimensional zero matrix
500 Solvers
-
175 Solvers
More from this Author1
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!