From 8398708aacdef62dbfe98c8e2ba6bca5374715ce Mon Sep 17 00:00:00 2001 From: orfao Date: Mon, 17 Jun 2024 01:01:20 +0200 Subject: [PATCH] Actualiser EXO4/scripts/q1.sce --- EXO4/scripts/q1.sce | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/EXO4/scripts/q1.sce b/EXO4/scripts/q1.sce index ec42785..939fbe2 100644 --- a/EXO4/scripts/q1.sce +++ b/EXO4/scripts/q1.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('Ages'); \ No newline at end of file