diff --git a/EXO4/scripts/q1.sce b/EXO4/scripts/q1.sce index ec42785..939fbe2 100644 --- a/EXO4/scripts/q1.sce +++ b/EXO4/scripts/q1.sce @@ -4,4 +4,6 @@ plot2d(X,Y,-1); [a,b] = reglin(X',Y'); y_reg = a*X+b; plot2d(X,y_reg,5); -corrcoef(X,Y) \ No newline at end of file +corrcoef(X,Y) +xlabel('Salaires'); +ylabel('Ages'); \ No newline at end of file