SAE_2.04/EXO2/scripts/q4.sce

10 lines
245 B
Scilab

// Installation de stibox
atomsInstall("stixbox")
// Lancement de stibox
atomsLoad("stixbox")
// Utilisation de stibox
boxplot(csvDouble(:,2),"whisker",0.25,"orientation","horizontal");
xlabel('Ages');
title('Boîte à moustaches de l''âge');