Importing 30 .dat files in order

 Risposta accettata

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

Più risposte (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by