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

조회 수: 15 (최근 30일)
家翔
家翔 2026년 1월 25일 4:14
답변: vidyesh 2026년 2월 2일 6:20

답변 (1개)

vidyesh
vidyesh 2026년 2월 2일 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.

카테고리

Help CenterFile Exchange에서 MATLAB 快速入门에 대해 자세히 알아보기

제품


릴리스

R2023a

Community Treasure Hunt

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

Start Hunting!