Importing 30 .dat files in order
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Risposta accettata
Henrik
il 15 Gen 2015
for k=1:30
data=load(['composite' num2str(k) '.dat]);
data_matrix(:,k)=data;
end
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Data Import and Analysis in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!