Hello. I tried many times to make a Mongolian map using Matlab. But not successful. Please help me
조회 수: 2 (최근 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?
댓글 수: 1
Chad Greene
2015년 3월 19일
Please describe what you have attempted so far and what you want to accomplish. Give details.
답변 (2개)
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
Chad Greene
2015년 4월 3일
borders('mongolia','facecolor',[0.5 0.7 0.5])
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/175825/image.png)
댓글 수: 11
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 Center 및 File Exchange에서 Data Import and Analysis에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!