How can I create the Basemaps subplots in matlab

4 ビュー (過去 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 Center および File ExchangeGeographic Plots についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by