Modification des noms de dossier
This commit is contained in:
8
Exo2/Question1.sce
Normal file
8
Exo2/Question1.sce
Normal file
@@ -0,0 +1,8 @@
|
||||
data = csvRead("data/data.csv");
|
||||
//Homme
|
||||
u = find (data(:,11) >=0);
|
||||
moyenneHomme = mean(data(u, 11));
|
||||
|
||||
//Femme
|
||||
v = find (data(:,12) >=0);
|
||||
moyenneFemme = mean(data(u, 12));
|
0
Exo2/Question2.sce
Normal file
0
Exo2/Question2.sce
Normal file
Reference in New Issue
Block a user