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 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Ojaswita
am 20 Mär. 2015
Kommentiert: Hamza Rehman
am 5 Apr. 2018
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
Akzeptierte Antwort
Chad Greene
am 3 Apr. 2015
worldmap('africa') % initializes a map
borders('countries') % outlines all countries
borders('botswana','r-','linewidth',2) % outlines Botswana in red
labelborders('Botswana') % labels Botswana

7 Kommentare
Hamza Rehman
am 5 Apr. 2018
@Chad Greene thanks man!!!!! you really are a gem of a person.. I was stuck here and got the solution Thanks again!!!
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!