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

8 lines
168 B
Mathematica
Raw Normal View History

2015-10-07 16:59:10 +02:00
var;
plot(X,Y1);
hold on;
plot(X, Y2, 'red');
hold on;
plot(X, Y3, 'green');
legend('Without recommendation', 'Worst with recommendation', 'Best with recommendation');