SAE_2.04/EXO3/scripts/q4-autres.sce

3 lines
132 B
Scilab
Raw Normal View History

2024-06-14 20:33:54 +02:00
id_other = find(csvString(:,3) == "Other" )
salaire_other = csvDouble(id_other,7)
boxplot(salaire_female,"orientation","horizontal")