Map display with data

1 vue (au cours des 30 derniers jours)
justin hannah
justin hannah le 10 Déc 2020
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.

Réponses (1)

Anmol Dhiman
Anmol Dhiman le 14 Déc 2020
Hi Justin,
I guess geoshow will help you in this regard.
Hope it helps
Anmol Dhiman

Catégories

En savoir plus sur 2-D and 3-D Plots dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by