Hello. I tried many times to make a Mongolian map using Matlab. But not successful. Please help me

4 次查看(过去 30 天)
Make the Mongolian border of the map using the mapping toolbox.
figure
worldmap 'mongolia'
axis off
getm(gca,'MapProjection')
geoshow('landareas.shp', 'FaceColor', [0.5 0.7 0.5])
geoshow('worldrivers.shp', 'Color', 'blue')
geoshow('worldcities.shp', 'Marker', '.', 'Color', 'red')
I have tried to make the above code. How do I improve this code?

回答(2 个)

Enkh
Enkh 2015-3-20
编辑:Enkh 2015-3-20
Sain bainuu Byambakhishig,
Tani shig Mongolchuud MATLAB khereglej baigaag kharakhad saikhan baina! Ta Mongoliing gazriing zurag kharuulj chadakhgui baigaa uchir ni uls oronii shapefile (.shp file) baikhgui bolokhleer bolsongui.
Tiimees ta uls oronii shapefile ikhleed neg gazraas tataj avakh kheregtei. Jisheen:
http://thematicmapping.org/downloads/world_borders.php
Tegeed shapefile tataj avsanii daraa ta doorkhi code guilgevel bolno.
figure;
worldmap 'mongolia';
axis off;
geoshow('TM_WORLD_BORDERS_SIMPL-0.3.shp', 'FaceColor', [0.5 0.7 0.5]);
Ta MATLAB Central deer dongoj ekhelj baigaa yum shig baina tiimuu? Asuult asuukhad ireeduid zovlolokh yum bol sain nariin delgerengui asuult bichikh gej oroldooroi. Bas MATLAB code bichvel {}code tovch khereglevel deerkhitei adilkhan goyo garj irne.
English: Download a shapefile with country and border information and then use that to display the border.
  3 个评论
Byambakhishig Ganbold
Sain bna uu tanaas dahiad yum asuuh gesen yumaa bi delgecend zuvhun mongol ulsiin gazriin zurgiig gargah gesen yumaa harin minii ur dun ni ingej garaad bnaa.
Nyamkhuu
Nyamkhuu 2015-6-2
编辑:Nyamkhuu 2015-6-2
shapefile-aa
C:\Program Files\MATLAB\R2011b\toolbox\map\mapdata
end huulj bga bz de. tegsen ch bolohq yum
Error using openShapeFiles>checkSHP (line 68)
aldaa garch irj bna

请先登录,再进行评论。


Chad Greene
Chad Greene 2015-4-3
Similar to Enkh's solution, but with just one line of code, you can use borders:
borders('mongolia','facecolor',[0.5 0.7 0.5])
  11 个评论
Chad Greene
Chad Greene 2015-5-14
If you're still working on the same map after two months, perhaps drawing it manually is the way to go. Inkscape might do the trick.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Mapping Toolbox 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by