plot texture map for Turkey
13 次查看(过去 30 天)
显示 更早的评论
Hi there!
I am wanting to plot an image similar to the one below but for Turkey/ Middle East.
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:
If anyone can help me manipulate my code so I can get my desired plot, that would be amazing!!
Best wishes
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Modify Image Colors 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!