Load in all files of a folder?

5 次查看(过去 30 天)
JamJan
JamJan 2019-9-22
回答: Rik 2019-9-22
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?

采纳的回答

Rik
Rik 2019-9-22
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 个)

类别

Help CenterFile Exchange 中查找有关 File Operations 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by