Modification des noms de dossier

This commit is contained in:
2023-05-11 14:20:44 +02:00
parent a4567c36e5
commit 5586d32e09
8 changed files with 0 additions and 0 deletions

8
Exo2/Question1.sce Normal file
View 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
View File