Azzera filtri
Azzera filtri

How can I create the Basemaps subplots in matlab

1 visualizzazione (ultimi 30 giorni)
TTA
TTA il 21 Lug 2023
Commentato: Walter Roberson il 21 Lug 2023
Please, How can I create this kind of basemap subplots in matlab
  3 Commenti
Walter Roberson
Walter Roberson il 21 Lug 2023
[Z,R] = egm96geoid;
[C,h] = contourm(Z,R, 'fill', 'on');
xlabel("Longitude")
ylabel("Latitude")
clegendm(C,h,-1)

Accedi per commentare.

Risposte (0)

Categorie

Scopri di più su Geographic Plots in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by