diff --git a/EXO5/scripts/q2-1.sce b/EXO5/scripts/q2-1.sce index 68ca417..bd09422 100644 --- a/EXO5/scripts/q2-1.sce +++ b/EXO5/scripts/q2-1.sce @@ -4,4 +4,7 @@ exp_high = csvDouble(indice_high,6) plot2d(salaire_high,exp_high,-1) [a,b] = reglin(salaire_high',exp_high') y_reg = a*salaire_high+b -plot2d(salaire_high,y_reg,5) \ No newline at end of file +plot2d(salaire_high,y_reg,5) +xlabel('Salaires'); +ylabel('Expérience'); +title('Nuage de points niveau d''étude 0'); \ No newline at end of file