Importing 30 .dat files in order
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Akzeptierte Antwort
Henrik
am 15 Jan. 2015
for k=1:30
data=load(['composite' num2str(k) '.dat]);
data_matrix(:,k)=data;
end
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Data Import and Analysis finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!