8 lines
186 B
Scilab
8 lines
186 B
Scilab
// Installation de stibox
|
|
atomsInstall("stixbox")
|
|
|
|
// Lancement de stibox
|
|
atomsLoad("stixbox")
|
|
|
|
// Utilisation de stibox
|
|
boxplot(csvDouble(:,2),"whisker",0.25,"orientation","horizontal") |