Actualiser EXO5/scripts/q2-1.sce

This commit is contained in:
Marco ORFAO 2024-06-17 01:08:53 +02:00
parent cc0ef824b4
commit 923dd78f6e

View File

@ -5,3 +5,6 @@ plot2d(salaire_high,exp_high,-1)
[a,b] = reglin(salaire_high',exp_high') [a,b] = reglin(salaire_high',exp_high')
y_reg = a*salaire_high+b y_reg = a*salaire_high+b
plot2d(salaire_high,y_reg,5) plot2d(salaire_high,y_reg,5)
xlabel('Salaires');
ylabel('Expérience');
title('Nuage de points niveau d''étude 0');