Error using satellite Basemap in geoplot-function

Hey community,
I simply want to display my latitude / longitude data on a satellite map:
geoplot(lat,lon)
geobasemap satellite
It works fine on my pc at home. However, at work I get the error message:
Error using geoplot (line 98)
Expected Basemap to match one of these values:
'darkwater', 'grayland', 'bluegreen', 'grayterrain', 'colorterrain', 'landcover', 'none'
The input, 'satellite', did not match any of the valid values.
I tried some other options to change the basemap but none is working:
set(groot,'defaultGeoaxesBasemap','satellite')
geoaxes('Basemap','satellite')
The siteviewer works fine with the satellite map anyway... Any suggestions?

 채택된 답변

Joseph Kirk
Joseph Kirk 2020년 3월 3일
편집: Joseph Kirk 2020년 3월 3일

0 개 추천

If you are using R2019a or older at work, MATLAB will not recognize the new basemap options like 'satellite'.
When the geobasemap/geoplot functions were first introduced (R2018b), only the options you listed were available --- then 'satellite', 'topographic', 'streets', 'streets-dark', and 'streets-light' basemaps were introduced in a more recent version (R2019b).

댓글 수: 3

Thank you Joseph for your fast response! I am using R2019a indeed. I will update MATLAB and hopefully it will work!
Works fine after updating!!! Thank you very much!
Great! :)

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Geographic Plots에 대해 자세히 알아보기

제품

릴리스

R2019a

질문:

2020년 3월 3일

댓글:

2020년 3월 3일

Community Treasure Hunt

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

Start Hunting!

Translated by