SAE_2.04/EXO3/scripts/q1-autres.sce
2024-06-16 18:16:00 +02:00

3 lines
128 B
Scilab

id_other = find(csvString(:,3) == "Other" );
salaire_other = csvDouble(id_other,7);
histplot(10,salaire_other,normalization=%f);