Still awaiting any possible answers. I have used the worldmap and geoshow functions in Matlab but that does show the country boundaries. Please do help!
Importing geographical maps in matlab
7 ビュー (過去 30 日間)
古いコメントを表示
I wish to create an interactive map in Matlab. For that, I need to import a geographical map of Botswana in Matlab. I am getting stuck with that. Kindly do help
採用された回答
Chad Greene
2015 年 4 月 3 日
worldmap('africa') % initializes a map
borders('countries') % outlines all countries
borders('botswana','r-','linewidth',2) % outlines Botswana in red
labelborders('Botswana') % labels Botswana
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/175827/image.png)
7 件のコメント
Hamza Rehman
2018 年 4 月 5 日
@Chad Greene thanks man!!!!! you really are a gem of a person.. I was stuck here and got the solution Thanks again!!!
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!