图片加载时显示网络错误,但是再内置浏览器可正常连上网络
Mostrar comentarios más antiguos
Respuestas (1)
vidyesh
el 2 de Feb. de 2026 a las 6:20
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.
Categorías
Más información sobre MATLAB 快速入门 en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
