Borrar filtros
Borrar filtros

DEMDATAUI not finding the path to GTOPo30 data

2 visualizaciones (últimos 30 días)
HRmatlab
HRmatlab el 22 de Dic. de 2016
Respondida: Prashant Arora el 29 de Dic. de 2016
This is probably a stupid question but I was trying to use DEMDATAUI to extract GTOPO30 data that I downloaded from USGS. The DEMDATAUI app does not find the path to the data no matter what I do. I tried addpath and moving the GTOPO30 files around but no luck. Thank you in advance...

Respuestas (1)

Prashant Arora
Prashant Arora el 29 de Dic. de 2016
HRmatlab - You can try using the "exist" function to check if the files/folder are detected on MATLAB search path. If the files are detected, this behavior could possibly result due to corrupted or missing files.
If the files are not detected, try navigating to the folder location in MATLAB and execute the "demdataui" app to further make sure. If "demdataui" was able to detect the files this way, you can add the current working directory to the path using the following commands:
addpath(pwd)
savepath()

Categorías

Más información sobre Programming en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by