Save Geographic Player Figure as an image

6 visualizzazioni (ultimi 30 giorni)
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);

Risposta accettata

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

Più risposte (0)

Categorie

Scopri di più su Geographic Plots in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by