diff --git a/EXO4/README.md b/EXO4/README.md index 7c4a5f4..c7542b1 100644 --- a/EXO4/README.md +++ b/EXO4/README.md @@ -34,6 +34,8 @@ plot2d(X,Y,-1); y_reg = a*X+b; plot2d(X,y_reg,5); corrcoef(X,Y) +xlabel('Salaires'); +ylabel('Ages'); ``` **Résultat :** @@ -57,6 +59,8 @@ plot2d(X,Y,-1); y_reg = a*X+b; plot2d(X,y_reg,5); corrcoef(X,Y) +xlabel('Salaires'); +ylabel('Expérience'); ``` **Résultat :**