Matlab Countries list used in worldmap...
조회 수: 18 (최근 30일)
이전 댓글 표시
Does any one how to get the list of countries used in the worldmap function?
for intance, typing Map = worldmap('France') you get a figure ready to use with plotm function to draw the country borders. Typing Map2 = worldmap('Bonaire') you get:
Error using regionmap>getLimitsFromRegions (line 298)
Unknown region name: 'Bonaire'.
Error in regionmap (line 101)
[latlim, lonlim] = getLimitsFromRegions(...
Error in worldmap (line 121)
ax = regionmap(mfilename, varargin);
댓글 수: 0
답변 (1개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Data Exploration에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!