3d-interface/analysis/matlab/interactionAnalyse.m

10 lines
246 B
Mathematica
Raw Normal View History

2015-10-09 10:45:27 +02:00
table;
plot(X,Y1);
hold on;
plot(X, Y2, 'red');
hold on;
plot(X, Y3, 'green');
legend('Without recommendation', 'Worst with recommendation', 'Best with recommendation');
xlabel('Group id');
ylabel('Number of interaction received by the server');