How to import multiple txt files in different folders into workspace at one time?
Ältere Kommentare anzeigen
Hi, I have multiple txt files stored in several folders and the groups of txt files in the same folder has a similar pattern of file names. All the txt files need to be read starting from the 3rd row. How can I import all the txt files from the different folders at one time into MATLAB workspace and then assign them with different names in the workspace?
Many thanks,
a sincerely user
1 Kommentar
Stephen23
am 19 Sep. 2014
Do not create or use variable names dynamically like this. Use a cell array or structure instead:
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu File Operations finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!