Added analyse functions

This commit is contained in:
Thomas FORGIONE
2015-10-07 16:59:10 +02:00
parent 00fe3dfe34
commit ee9e58580a
5 changed files with 282 additions and 123 deletions
+7
View File
@@ -0,0 +1,7 @@
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');