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 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Annotations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!