Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

constant change on a map

1 visualización (últimos 30 días)
Marta Stanska
Marta Stanska el 15 de Nov. de 2020
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
I have a code that show a satellite around an earth. What I must do to see its move? The position of satellite is changing with time, so think that I need to write a code that (when the script is running) will update my time. I have no idea what I have to do. For time I use simple t=now.
Thanks.
I attach part of a code:
worldmap world;
load coastlines;
plotm(coastlat, coastlon);
%to plot the map
.... parameters calculated from TLE date (all keplers parameters)
lla = ecef2lla([xk yk zk], 'WGS84');
geoshow(lla(1,1), lla(1,2), 'DisplayType', 'Point', 'Marker', '+', 'Color', 'red'); %show the satellite
  3 comentarios
Marta Stanska
Marta Stanska el 15 de Nov. de 2020
Unfornunately I can't find anything. I will be grateful for any advise :)

Respuestas (1)

Shadaab Siddiqie
Shadaab Siddiqie el 18 de Nov. de 2020
From my understanding you want to display a satellite move around a planet overtime here are some reference functions that might help you.

La pregunta está cerrada.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by