필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

constant change on a map

조회 수: 1 (최근 30일)
Marta Stanska
Marta Stanska 2020년 11월 15일
마감: MATLAB Answer Bot 2021년 8월 20일
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
Marta Stanska
Marta Stanska 2020년 11월 15일
Unfornunately I can't find anything. I will be grateful for any advise :)

답변 (1개)

Shadaab Siddiqie
Shadaab Siddiqie 2020년 11월 18일
From my understanding you want to display a satellite move around a planet overtime here are some reference functions that might help you.

이 질문은 마감되었습니다.

태그

Community Treasure Hunt

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

Start Hunting!

Translated by