From 923dd78f6e3653439dff56557a3c2935ea1b8537 Mon Sep 17 00:00:00 2001 From: orfao Date: Mon, 17 Jun 2024 01:08:53 +0200 Subject: [PATCH] Actualiser EXO5/scripts/q2-1.sce --- EXO5/scripts/q2-1.sce | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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