32 lines
1.0 KiB
Matlab
32 lines
1.0 KiB
Matlab
% path = '../testdata/';
|
|
% % DataFileStitching(8,0,[path 'case_24Zc384_Iter8_Config1/']);
|
|
% % DataFileStitching(6,3,[path 'case_66Zc384_Iter6/']);
|
|
% DataFileStitching(6,3,[path 'case_66Zc72_Iter4/']);
|
|
|
|
Delay1 = [26,26,26,26,... %1-4
|
|
22,... %5
|
|
21,21,... %6-7
|
|
21,22,... %8-9
|
|
21,21,21,... %10-12
|
|
21,20,21,21,20,... %13-17
|
|
20,20,20,...
|
|
20,20,20,20,20,20,20,20,20,20,...
|
|
20,20,20,20,20,20,20,20,20,20,...
|
|
20,20,20,20,20,20];
|
|
|
|
Delay2 = [26,26,26,26,... %1-4
|
|
22,... %5
|
|
20,20,... %6-7
|
|
20,21,... %8-9
|
|
20,20,20,... %10-12
|
|
20,20,20,20,20,... %13-17
|
|
19,19,19,19,19,... %18-22
|
|
19,19,19,... %23-25
|
|
19,19,19,19,19,... %26-30
|
|
19,19,19,19,... %31-34
|
|
19,19,19,19,19,... %35-39
|
|
19,19,19,19,19,... %40-44
|
|
19,19]; %45-46
|
|
Delay2=Delay2+1;
|
|
index = find(Delay1~=Delay2);
|
|
disp(index); |