Actualiser EXO5/scripts/q2-1.sce
This commit is contained in:
parent
cc0ef824b4
commit
923dd78f6e
@ -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');
|
Loading…
Reference in New Issue
Block a user