Importing 30 .dat files in order
3 views (last 30 days)
Show older comments
Making files
0 Comments
Accepted Answer
Henrik
on 15 Jan 2015
for k=1:30
data=load(['composite' num2str(k) '.dat]);
data_matrix(:,k)=data;
end
0 Comments
More Answers (0)
See Also
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!