Plot satellite's orbit

39 visualizaciones (últimos 30 días)
Marta Stanska
Marta Stanska el 15 de Nov. de 2020
Respondida: Pratheek Punchathody el 18 de Nov. de 2020
Hello, How I can plot satellite orbit when I already have the current location of the satellite and all the keplers parameters?
My code:
worldmap world;
load coastlines;
plotm(coastlat, coastlon);
.... (calculation of parameters based on TLE data)
lla = ecef2lla([xk yk zk], 'WGS84');
geoshow(lla(1,1), lla(1,2), 'DisplayType', 'Point', 'Marker', '+', 'Color', 'red');

Respuesta aceptada

Pratheek Punchathody
Pratheek Punchathody el 18 de Nov. de 2020
Refer to the following ML answers link which address this question from the community.
Hope this helps

Más respuestas (0)

Categorías

Más información sobre Reference Applications en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by