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!

 채택된 답변

Sam Chak
Sam Chak 2022년 6월 10일

1 개 추천

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

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 MATLAB에 대해 자세히 알아보기

질문:

2022년 6월 10일

댓글:

2022년 6월 10일

Community Treasure Hunt

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

Start Hunting!

Translated by