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 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