Plot spacecraft circular trajectory

I have latitude, longitude and altitude of spacecraft in geographic coordinates.
I would like to plot the spacecrfat trajectory above the surface of the earth. The
curve starts as straight line as the longitude turns from 360 to 0 degree.
It comes as a straight line if i use
plot(lat,lon)
. Not the circulr closed path! How to do that. Any idea?

답변 (1개)

KSSV
KSSV 2018년 12월 22일

0 개 추천

Use plot3 . Also have a look on scatter

카테고리

도움말 센터File Exchange에서 Geographic Plots에 대해 자세히 알아보기

질문:

2018년 12월 22일

답변:

2018년 12월 22일

Community Treasure Hunt

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

Start Hunting!

Translated by