Save Geographic Player Figure as an image
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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);
0 comentarios
Respuesta aceptada
Walter Roberson
el 14 de Mayo de 2021
fig = player.Parent;
saveas(fig, 'ImageFileName.png')
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Printing and Saving 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!