1 refsA = importMatrices(
'~/logPegBella/withVision/15/g500_A/forces.txt');
2 refsB = importMatrices(
'~/logPegBella/withVision/15/g500_B/forces.txt');
3 nStep = size(refsB, 3);
4 %diffRefs = refsB - refsA;
6 %diffRefs = squeeze(diffRefs);
9 totSecondPassed = sControlLoop*(nStep-1);
10 seconds = 0:sControlLoop:totSecondPassed;
12 %figure(
'Renderer',
'painters',
'Position', [0 0 650 500])
13 %plot(seconds, diffRefs);
14 %xlab = xlabel(
'time [s]');
17 plot(seconds, squeeze(refsA));
20 plot(seconds, squeeze(refsB));