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 日

1 投票

Refer to the following ML answers link which address this question from the community.
Hope this helps

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeReference Applications についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by