where you saved the file upload? using GUI
Ältere Kommentare anzeigen
I'm making a guide in Matlab and I have some problems for Load Data!
I want know where they are saved? because i need this file in a specific folder.
[FileName Path]=uigetfile('*.dat','Batimetría');
if FileName == 0
return
end
I would appreciate your prompt response.
Regards
Akzeptierte Antwort
Weitere Antworten (1)
Ashish Gudla
am 6 Aug. 2014
Bearbeitet: Ashish Gudla
am 6 Aug. 2014
0 Stimmen
"uigetfile" function returns only the filename and path of the file. It does not upload the file. You can read more about this in the doc page
Once you have the file name and the path (location of the file) you can then use the appropriate file read/write functions depending on the type of file.
1 Kommentar
Juan Espinoza
am 6 Aug. 2014
Kategorien
Mehr zu Search Path finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!