How to save high resolution image of a webmap

2 ビュー (過去 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 Center および File ExchangeConvert Image Type についてさらに検索

タグ

製品


リリース

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by