Azzera filtri
Azzera filtri

DEMDATAUI not finding the path to GTOPo30 data

2 visualizzazioni (ultimi 30 giorni)
HRmatlab
HRmatlab il 22 Dic 2016
Risposto: Prashant Arora il 29 Dic 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...

Risposte (1)

Prashant Arora
Prashant Arora il 29 Dic 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()

Categorie

Scopri di più su Programming in Help Center e File Exchange

Tag

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by