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
8 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Ojaswita
el 20 de Mzo. de 2015
Comentada: Hamza Rehman
el 5 de Abr. de 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
Respuesta aceptada
Chad Greene
el 3 de Abr. de 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 comentarios
Hamza Rehman
el 5 de Abr. de 2018
@Chad Greene thanks man!!!!! you really are a gem of a person.. I was stuck here and got the solution Thanks again!!!
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!