Save Geographic Player Figure as an image

6 ビュー (過去 30 日間)
Dimitrios Poulos
Dimitrios Poulos 2021 年 5 月 14 日
回答済み: Walter Roberson 2021 年 5 月 14 日
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 Center および File ExchangeGeographic Plots についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by