Importing 30 .dat files in order

2 views (last 30 days)
Yong Chen Chin
Yong Chen Chin on 15 Jan 2015
Edited: Yong Chen Chin on 17 Jan 2015
Making files

Accepted Answer

Henrik
Henrik on 15 Jan 2015
for k=1:30
data=load(['composite' num2str(k) '.dat]);
data_matrix(:,k)=data;
end

More Answers (0)

Categories

Find more on Data Import and Analysis 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!