can you please help me how to load only indian map from world

4 visualizaciones (últimos 30 días)
Mr Thadi
Mr Thadi el 18 de Abr. de 2024
Editada: Austin M. Weber el 27 de Abr. de 2024
can you please help me how to load only indian map from world?
  2 comentarios
Ayush Anand
Ayush Anand el 18 de Abr. de 2024
Are you trying to achieve this in MATLAB? If yes, please share the relevant code snippets and other details.
Mr Thadi
Mr Thadi el 18 de Abr. de 2024
thank you Mr.Anand for given reply i just want to load india map from world map

Iniciar sesión para comentar.

Respuestas (1)

Austin M. Weber
Austin M. Weber el 27 de Abr. de 2024
Editada: Austin M. Weber el 27 de Abr. de 2024
If you download and install the borders package from the File Exchange then you can plot a map of India very easily:
india = bordersm('India','FaceColor','#fec26b'); % Create Indian map with an orange color

Categorías

Más información sobre Mapping Toolbox en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by