Load in all files of a folder?

조회 수: 6 (최근 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