필터 지우기
필터 지우기

How can I create the Basemaps subplots in matlab

조회 수: 1 (최근 30일)
TTA
TTA 2023년 7월 21일
댓글: Walter Roberson 2023년 7월 21일
Please, How can I create this kind of basemap subplots in matlab
  댓글 수: 3
TTA
TTA 2023년 7월 21일
@Walter Roberson please can you give a prototype?
Walter Roberson
Walter Roberson 2023년 7월 21일
[Z,R] = egm96geoid;
[C,h] = contourm(Z,R, 'fill', 'on');
xlabel("Longitude")
ylabel("Latitude")
clegendm(C,h,-1)

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Geographic Plots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by