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

4 vues (au cours des 30 derniers jours)
Mr Thadi
Mr Thadi le 18 Avr 2024
can you please help me how to load only indian map from world?
  2 commentaires
Ayush Anand
Ayush Anand le 18 Avr 2024
Are you trying to achieve this in MATLAB? If yes, please share the relevant code snippets and other details.
Mr Thadi
Mr Thadi le 18 Avr 2024
thank you Mr.Anand for given reply i just want to load india map from world map

Connectez-vous pour commenter.

Réponses (1)

Austin M. Weber
Austin M. Weber le 27 Avr 2024
Modifié(e) : Austin M. Weber le 27 Avr 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

Catégories

En savoir plus sur Mapping Toolbox dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by