Azzera filtri
Azzera filtri

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

8 visualizzazioni (ultimi 30 giorni)
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 Commenti

Accedi per commentare.

Risposta accettata

KSSV
KSSV il 1 Set 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 Commenti
jonas
jonas il 8 Set 2018
You should accept the answer when the original question is resolved. Also, what do you mean by coverage?
Simran Sandhu
Simran Sandhu il 8 Set 2018
yes sorry.new to this all that is why.. coverage as in BTS coverage.. the area covered by BTS for providing services

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Geographic Plots in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by