Adding DEM to the following program doesn't work?
조회 수: 1 (최근 30일)
이전 댓글 표시
Hi,
I am a beginner and want to apply DEM (Digital Elevation Model) to the following code, Any quick ideas?!
figure ('Name', 'The State of Florida') % Create a new figure
usamap('Florida') % Construct map axes for State of Florida
states = shaperead('usastatehi', 'UseGeoCoords', true); % Read vector features
geoshow(states) % Display map geographic data structure
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Specific Vector and Gridded Data Products에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!