SyntaxFix
Write A Post
Hire A Developer
Questions
Looping through all the files in the folder is relatively easy:
files = dir('*.csv'); for file = files' csv = load(file.name); % Do some stuff end