Plotting Earth globe and ECEF co-ordinates

조회 수: 45 (최근 30일)
Rachel Chen
Rachel Chen 2020년 1월 29일
댓글: Dave 2020년 3월 20일
Hi! I want to plot the WGS84 Ellipsoid and a few more co-ordinates (I have them in ECEF format). I am able to do the former by following instructions from this page (https://www.mathworks.com/matlabcentral/answers/369490-how-can-i-plot-earth-wgs84-ellipsoid) but I can't seem to plot the other co-ordinates. My globe will disappear when I try to add those points on the figure. Note that some of the points may not fall on the Earth.
Also, how can I make sure that the figure will be centered on one of the co-ordinates?
Thank you!
  댓글 수: 1
Dave
Dave 2020년 3월 20일
Are you using "hold on" after the first plot? As in:
plot(a, b)
hold on % or hold all
plot(c, d)

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Geometric Geodesy에 대해 자세히 알아보기

태그

제품


릴리스

R2016b

Community Treasure Hunt

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

Start Hunting!

Translated by