Modification de la question 1 exo 2
This commit is contained in:
parent
75b242e46d
commit
1efcdf4370
@ -5,4 +5,4 @@ moyenneHomme = mean(data(u, 11));
|
|||||||
|
|
||||||
//Femme
|
//Femme
|
||||||
v = find (data(:,12) >=0);
|
v = find (data(:,12) >=0);
|
||||||
moyenneFemme = mean(data(u, 12));
|
moyenneFemme = mean(data(v, 12));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user