Save Geographic Player Figure as an image

6 次查看(过去 30 天)
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);

采纳的回答

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

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Geographic Plots 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by