diff --git a/EXO5/scripts/q2-4.sce b/EXO5/scripts/q2-4.sce index 8a1fd19..065a546 100644 --- a/EXO5/scripts/q2-4.sce +++ b/EXO5/scripts/q2-4.sce @@ -4,4 +4,7 @@ exp_p = csvDouble(indice_p,6) plot2d(salaire_p,exp_p,-1) [a,b] = reglin(salaire_p',exp_p') y_reg = a*salaire_p+b -plot2d(salaire_p,y_reg,5) \ No newline at end of file +plot2d(salaire_p,y_reg,5) +xlabel('Salaires'); +ylabel('Expérience'); +title('Nuage de points niveau d''étude 3'); \ No newline at end of file