Plot satellite's orbit

조회 수: 39 (최근 30일)
Marta Stanska
Marta Stanska 2020년 11월 15일
답변: Pratheek Punchathody 2020년 11월 18일
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');

채택된 답변

Pratheek Punchathody
Pratheek Punchathody 2020년 11월 18일
Refer to the following ML answers link which address this question from the community.
Hope this helps

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Reference Applications에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by