From 245fea917a72509be927c29e97d913c23882fba2 Mon Sep 17 00:00:00 2001 From: orfao Date: Mon, 17 Jun 2024 01:02:13 +0200 Subject: [PATCH] Actualiser EXO4/scripts/q2.sce --- EXO4/scripts/q2.sce | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/EXO4/scripts/q2.sce b/EXO4/scripts/q2.sce index 0506d5d..c1df144 100644 --- a/EXO4/scripts/q2.sce +++ b/EXO4/scripts/q2.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('Expérience'); \ No newline at end of file