how to draw a satellite ground track on top of a map
6 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I am trying to make a plot of northwest Africa and then draw on it the groundtrack of a satellite. I have the latitude and longitude of the track. I have plotted the map, but now I cannot find out how to draw the track.
h=worldmap([18,32],[-16,-2]);
gridm on;framem on
load coast
plotm(lat,long)
...
Vasilis
0 Kommentare
Antworten (1)
Ka Mirul
am 26 Jan. 2018
This video may help you (SGP4 Propagator) : https://youtu.be/u4UPmUPInAY Good luck.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Reference Applications finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!