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!

 Respuesta aceptada

Sam Chak
Sam Chak el 10 de Jun. de 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')

Más respuestas (0)

Categorías

Más información sobre MATLAB en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 10 de Jun. de 2022

Comentada:

el 10 de Jun. de 2022

Community Treasure Hunt

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

Start Hunting!

Translated by