Load in all files of a folder?

5 visualizaciones (últimos 30 días)
JamJan
JamJan el 22 de Sept. de 2019
Respondida: Rik el 22 de Sept. de 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?

Respuesta aceptada

Rik
Rik el 22 de Sept. de 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.

Más respuestas (0)

Categorías

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

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by