Save Geographic Player Figure as an image

6 Ansichten (letzte 30 Tage)
Dimitrios Poulos
Dimitrios Poulos am 14 Mai 2021
Beantwortet: Walter Roberson am 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);

Akzeptierte Antwort

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

Weitere Antworten (0)

Kategorien

Mehr zu Geographic Plots finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by