Load in all files of a folder?

4 visualizzazioni (ultimi 30 giorni)
JamJan
JamJan il 22 Set 2019
Risposto: Rik il 22 Set 2019
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?

Risposta accettata

Rik
Rik il 22 Set 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.

Più risposte (0)

Categorie

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

Community Treasure Hunt

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

Start Hunting!

Translated by