필터 지우기
필터 지우기

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 (최근 30일)
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
Simran Sandhu
Simran Sandhu 2018년 9월 1일
Umm yeah even am thinking the same to update it. Thank You I'll try to do it

댓글을 달려면 로그인하십시오.

채택된 답변

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

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Geographic Plots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by