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

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

2 Comments

Are you trying to achieve this in MATLAB? If yes, please share the relevant code snippets and other details.
thank you Mr.Anand for given reply i just want to load india map from world map

Sign in to comment.

Answers (1)

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

Categories

Find more on Get Started with MATLAB in Help Center and File Exchange

Tags

Asked:

on 18 Apr 2024

Edited:

on 27 Apr 2024

Community Treasure Hunt

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

Start Hunting!