次のコードがあります。
RdmMatrix = vertcat(Round_deviation_mean {:});
rslMatrix = vertcat(roundsumlive {:});
correctsMatrix=vertcat(corrects{:});
A = [ RdmMatrix(:,1), rslMatrix(:,1) ];
figure(88);
bar([RdmMatrix(:,1) rslMatrix(:,1)], 0.05, 'stack');
legend('Correct', 'Functioning');
xlabel('Run');
ylabel('Sensor Count');
hold on;
次のアウトアウトを理解しているかどうかわかりません。
the data of round deviation mean are zeros
here are data from 65 to 100 of round sumlive
23.000 19.000 17.000 16.000 38.000 35.000 31.000 25.000 23.000 19.000 16.000 14.000
13.000 11.000 36.000 33.000 33.000 28.000 25.000 21.000 20.000 14.000 12.000
38.000 35.000 31.000 26.000 16.000