Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Issue Using usgsdem()

조회 수: 1 (최근 30일)
Andrew Poissant
Andrew Poissant 2019년 3월 29일
마감: MATLAB Answer Bot 2021년 8월 20일
I used usgsdems() function to locate which DEM file I need (see code below). It says I need 'washington-e'. Now I want to read in that DEM using usgsdem() and specifying my latitude and longitude ranges. However, whenever I run the code it opens up my folders and wants me to select a file? Aren't the DEMs built into the Mapping Toolbox? How do I extract my desired DEM data?
usgsdems([38.6694 38.7442], [-76.8792 -76.7124])
[Z,refvec] = usgsdem('washington-e',1,[38.6694 38.7442], [-76.8792 -76.7124]);

답변 (0개)

태그

Community Treasure Hunt

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

Start Hunting!

Translated by