Save Geographic Player Figure as an image

6 vues (au cours des 30 derniers jours)
Dimitrios Poulos
Dimitrios Poulos le 14 Mai 2021
I want to save this image but it is not a normal figure. Could you please help me how I could save it?
player = geoplayer(data.latitude(1),data.longitude(1),zoomLevel);
plotRoute(player,data.latitude,data.longitude);

Réponse acceptée

Walter Roberson
Walter Roberson le 14 Mai 2021
fig = player.Parent;
saveas(fig, 'ImageFileName.png')

Plus de réponses (0)

Catégories

En savoir plus sur Geographic 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