Save web map display as image
5 次查看(过去 30 天)
显示 更早的评论
I have made a web map display in the web browser with the following:
webmap('World Street Map')
lat = [-26.13390,-26.133429];
lon = [28.06850,28.068857];
wmmarker(lat, lon);
How do I save this as a high-resolution image?
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Web Services 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!