Hello, Friends!
Could you help me to draw a shape like in the picture? How can I plot shape as the same it?
Thank you very much for your attention in advance!

 Réponse acceptée

Sam Chak
Sam Chak le 10 Juin 2022
This should give you a good start.
worldmap 'europe'
axis off
getm(gca, 'MapProjection')
geoshow('landareas.shp', 'FaceColor', [0.5 0.7 0.5])
geoshow('worldrivers.shp', 'Color', 'blue')

Plus de réponses (0)

Catégories

En savoir plus sur MATLAB dans Centre d'aide et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by