필터 지우기
필터 지우기

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']);

답변 (0개)

카테고리

Help CenterFile Exchange에서 Annotations에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by