Plot satellite's orbit
Afficher commentaires plus anciens
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');
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Reference Applications dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!