Clear Filters
Clear Filters

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

15 views (last 30 days)
can you please help me how to load only indian map from world?
  2 Comments
Ayush Anand
Ayush Anand on 18 Apr 2024
Are you trying to achieve this in MATLAB? If yes, please share the relevant code snippets and other details.
Mr Thadi
Mr Thadi on 18 Apr 2024
thank you Mr.Anand for given reply i just want to load india map from world map

Sign in to comment.

Answers (1)

Austin M. Weber
Austin M. Weber on 27 Apr 2024
Edited: Austin M. Weber on 27 Apr 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

Tags

Community Treasure Hunt

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

Start Hunting!