Load in all files of a folder?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi,
I have a lot of folders containing .csv files. Is there a way to load in all possible files without given a specific command to the file?
0 Kommentare
Akzeptierte Antwort
Rik
am 22 Sep. 2019
Use dir to generate a file list (you can use to search a folder tree), then use a loop to process all files one by one.
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu File Operations finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!