Adding DEM to the following program doesn't work?
2 ビュー (過去 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!