How to read a table.txt from series of folders?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Could you please help me to read the data from a table.txt in a series of subfolders from a directory?
clear;
folderList = dir('folder_*.out');
for i=1:length(folderList)
A=readmatrix('table.txt');
end
0 Kommentare
Antworten (1)
Siehe auch
Kategorien
Find more on Search Path in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!