Effacer les filtres
Effacer les filtres

How can I create the Basemaps subplots in matlab

1 vue (au cours des 30 derniers jours)
TTA
TTA le 21 Juil 2023
Commenté : Walter Roberson le 21 Juil 2023
Please, How can I create this kind of basemap subplots in matlab
  3 commentaires
TTA
TTA le 21 Juil 2023
@Walter Roberson please can you give a prototype?
Walter Roberson
Walter Roberson le 21 Juil 2023
[Z,R] = egm96geoid;
[C,h] = contourm(Z,R, 'fill', 'on');
xlabel("Longitude")
ylabel("Latitude")
clegendm(C,h,-1)

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Geographic Plots dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by