I have 1764 text files(each 8kb) all files having same dimensions. Names have given e.g 'egg_38_05_3_raw.txt' . in which 38 is changing from 1 to 38,same way 05 is changing 1 to 10 &3 will differ from 1 to 3 .Want to plot all data in one graph.
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
srnr = 70613;
for index = 1:101
smplnr = 102 + index;
for index2 = 1:3
mnr = 0 + index2;
Data = fileread(['C:\Users\MobileSpet\Desktop\2017_03_17_Textilmesskampagne-MCW\' int2str(srnr),'\textile00' int2str(smplnr),'_0' int2str(mnr),'_raw.txt']);
1 Commento
Risposte (0)
Vedere anche
Categorie
Scopri di più su Annotations 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!