Actualiser EXO5/scripts/q2-1.sce
This commit is contained in:
parent
cc0ef824b4
commit
923dd78f6e
@ -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)
|
||||
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