Map display with data

조회 수: 1 (최근 30일)
justin hannah
justin hannah 2020년 12월 10일
답변: Anmol Dhiman 2020년 12월 14일
After plotting data from a xls file onto a graph, how can I get a satellite view of the route that I plotted instead of a plain white background.
This is the plot function of my graph,
plot(Lon,Lat,'ro','Markersize',.5,'MarkerFaceColor','r');
v=polyfit(Lon,Lat,5)
How could I take my Lat and Lon values and create a background for my graph that would show a top down view of the route. I want to be able to show sidewalks and buildings along the route.

답변 (1개)

Anmol Dhiman
Anmol Dhiman 2020년 12월 14일
Hi Justin,
I guess geoshow will help you in this regard.
Hope it helps
Anmol Dhiman

카테고리

Help CenterFile Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by