图片加载时显示网络错​误,但是再内置浏览器​可正常连上网络

回答(1 个)

vidyesh
vidyesh 2026-2-2

0 个投票

Hey,
There’s a chance the streets basemap URL is getting blocked by a firewall.
You can try opening it directly in your browser to check:
If it doesn’t load, it’s most likely being blocked.
You can also list all the available basemaps in MATLAB using:
s = settings;
s.shared.globe.basemaps
The URL for each map is stored inside its structure. For example:
s.shared.globe.basemaps.streets.URL
If the URL is blocked, you may need to get it unblocked and then try again.
Hope this helps.

类别

帮助中心File Exchange 中查找有关 安装和许可简介 的更多信息

产品

版本

R2023a

提问:

2026-1-25

回答:

2026-2-2

Community Treasure Hunt

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

Start Hunting!