Plotting unusually Shape in Matlab

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!

 Accepted Answer

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

More Answers (0)

Categories

Find more on MATLAB in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!