How to save high resolution image of a webmap

조회 수: 3 (최근 30일)
Blue
Blue 2023년 4월 14일
댓글: DGM 2025년 3월 20일
I simply want to save a high resolutionof image of the following webmap. I know wmprint exist but it does a terrible job.
webmap('Open Street Map')
lat = [50.6, 50.5];
lon = [-59.4, -59.3];
wmmarker(lat, lon);
  댓글 수: 2
Daniel
Daniel 2025년 3월 20일
Agreed, this questions seems to have persisted for many years now. Would really love an answer from MATLAB staff as this should be trivial.
DGM
DGM 2025년 3월 20일
Oh wow. The output from wmprint() is actually much worse than just taking a screenshot.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Convert Image Type에 대해 자세히 알아보기

태그

제품


릴리스

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by