Filter löschen
Filter löschen

How can I create the Basemaps subplots in matlab

1 Ansicht (letzte 30 Tage)
TTA
TTA am 21 Jul. 2023
Kommentiert: Walter Roberson am 21 Jul. 2023
Please, How can I create this kind of basemap subplots in matlab
  3 Kommentare
TTA
TTA am 21 Jul. 2023
@Walter Roberson please can you give a prototype?
Walter Roberson
Walter Roberson am 21 Jul. 2023
[Z,R] = egm96geoid;
[C,h] = contourm(Z,R, 'fill', 'on');
xlabel("Longitude")
ylabel("Latitude")
clegendm(C,h,-1)

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Geographic Plots finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by