Added analyse functions
This commit is contained in:
@@ -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');
|
||||
Reference in New Issue
Block a user