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!

 Akzeptierte Antwort

Sam Chak
Sam Chak am 10 Jun. 2022

1 Stimme

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')

Weitere Antworten (0)

Kategorien

Mehr zu 2-D and 3-D Plots finden Sie in Hilfe-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