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 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaire
Réponses (0)
Voir également
Catégories
En savoir plus sur Annotations dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!