plot texture map for Turkey

13 visualizaciones (últimos 30 días)
P_L
P_L el 16 de Abr. de 2019
Hi there!
I am wanting to plot an image similar to the one below but for Turkey/ Middle East.
world_map.png
This is the code I have:
h= worldmap([20 50],[30 50 ])
geoshow(land,'DisplayType', 'texturemap')
cities = shaperead('worldcities', 'UseGeoCoords', true);
geoshow(cities, 'Marker', '.', 'Color', 'red')
And this is the output I am getting:
world_map_2.png
If anyone can help me manipulate my code so I can get my desired plot, that would be amazing!!
Best wishes

Respuestas (0)

Categorías

Más información sobre Modify Image Colors en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by