Effacer les filtres
Effacer les filtres

Plotting isolines on plot_google_maps

1 vue (au cours des 30 derniers jours)
pietro
pietro le 27 Juil 2015
Hi all,
I have a script where I plot a gpx file on figure with the map. The map is plotted with plot_google_maps and I want to plot the elevation isolines. How may it be carried out?
Here an example:
Tappa=gpxread([WorkingPath File2Load{i}]);
figure
plot(Tappa.Longitude,Tappa.Latitude)
plot_google_maps
Is there anyway to add in this code the elevation isolines with labels?
Thanks
regards

Réponses (0)

Catégories

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

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by