Save Geographic Player Figure as an image

6 visualizaciones (últimos 30 días)
Dimitrios Poulos
Dimitrios Poulos el 14 de Mayo de 2021
Respondida: Walter Roberson el 14 de Mayo de 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);

Respuesta aceptada

Walter Roberson
Walter Roberson el 14 de Mayo de 2021
fig = player.Parent;
saveas(fig, 'ImageFileName.png')

Más respuestas (0)

Categorías

Más información sobre Geographic Plots en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by