How to add a map as background in MATLAB to the points i have already plotted. I am interested in mapping the Surat city region as background

22 views (last 30 days)
lat = [21.1658 21.1655 21.16672 21.15832 21.16441 21.15638 21.17459 21.17103 21.17166 21.14175 21.17098 21.17521 21.16423 21.17525 21.16205];
lon = [72.7939 72.7937 72.79333 72.75241 72.77744 72.77798 72.77342 72.78658 72.78956 72.75316 72.77758 72.80426 72.79398 72.78943 72.75631];
plot(lon, lat, '.b', 'MarkerSize', 15);
grid on
  11 Comments

Sign in to comment.

Accepted Answer

KSSV
KSSV on 1 Sep 2018
YOu have many ways to achieve that. I will list few:
1. Go to google maps, download the required domain you want and plot.
2. Go to google images, download the required images, fix the limits and plot.
3. Get surat shape file from google and plot.
4. Explore this tool box: https://www.eoas.ubc.ca/~rich/map.html
  24 Comments
Simran Sandhu
Simran Sandhu on 8 Sep 2018
yes sorry.new to this all that is why.. coverage as in BTS coverage.. the area covered by BTS for providing services

Sign in to comment.

More Answers (0)

Categories

Find more on Geographic Plots in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!