Question regarding world map
1 回表示 (過去 30 日間)
古いコメントを表示
Hello,
I am using the code below to create a map of Ireland. I found this code online.
I am just wondering apart from land, is there other options that you can load into the map such as topographic information or the names of towns and cities. Is there a list of options?
ax = worldmap('ireland');
land = shaperead('landareas', 'UseGeoCoords', true);
geoshow(ax, land, 'FaceColor', [0.5 0.7 0.5])
Thank you
3 件のコメント
José-Luis
2012 年 12 月 26 日
編集済み: José-Luis
2012 年 12 月 26 日
Such data often comes incorporated with most popular GIS packages. There are a ton of online sources. Google is your friend. If you have the mapping toolbox in Matlab, then you can connect to a multitude of map servers. There are very many. I encourage you to read the documentation for the mapping toolbox, you will find some examples there. There is a learning curve to Matlab also, and it is, imo, not the best tool for this job.
回答 (1 件)
Matt J
2012 年 12 月 26 日
I'm not too familiar with the mapping toolbox, but this might help
http://www.mathworks.com/matlabcentral/fileexchange/7550-worlddatamap
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Mapping Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!