how to draw a satellite ground track on top of a map

6 Ansichten (letzte 30 Tage)
Vasileios Pappas
Vasileios Pappas am 10 Okt. 2012
Bearbeitet: James Tursa am 26 Jan. 2018
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

Antworten (1)

Ka Mirul
Ka Mirul am 26 Jan. 2018
This video may help you (SGP4 Propagator) : https://youtu.be/u4UPmUPInAY Good luck.

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!

Translated by