[Scilab-users] save and *.sod broken in scilab6 ?

philippe rouxph.22 at gmail.com
Mon Aug 27 10:51:30 CEST 2018


Hi,

Running the example of man page for "save" to create an *.sod file
yields an error in scilab-6.0.1 and ubuntu 18.04 (see below) .
It looks like there is no report for this bug on bugzilla ?

Best regards,
Philippe.

-> a=eye(2,2);b=ones(a);

--> save("val.sod", "a", "b");

save : Impossible d'exporter la variable 'a' dans le fichier 'val.sod'.

--> clear a

--> clear b

--> load("val.sod", "a", "b");

load : Impossible d'ouvrir le fichier 'val.sod'.



Version de Scilab : 6.0.1.1518683525
Système d'exploitation : Linux 4.15.0-33-generic
Version Java : 1.8.0_181
Informations sur l'environnement d'exécution Java : OpenJDK Runtime
Environment (build 1.8.0_181-8u181-b13-0ubuntu0.18.04.1-b13)
Informations sur la machine virtuelle Java : OpenJDK 64-Bit Server VM
(build 25.181-b13, mixed mode)
Spécifications du fabricant : Oracle Corporation




More information about the users mailing list