Plot satellite's orbit

32 次查看(过去 30 天)
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
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