Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

Issue Using usgsdem()

1 visualización (últimos 30 días)
Andrew Poissant
Andrew Poissant el 29 de Mzo. de 2019
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
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]);

Respuestas (0)

La pregunta está cerrada.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by