Hello,

Le 24/08/2015 04:31, fujimoto2005 a écrit :
Can scilab5.5.2 save all variables without writing the names of all
variables?
The following script failed at the last line.
scilab6.0 alpha can save all variables.

x=1:10;
y=10;20;
save('test.data','x','y');//succeed
save('testall.data');//fail
No problem for me with 5.5.2 and 6.0.0-a1 on win7_x64.
Might it be a write-access issue?
save("file.ext", "all")
would save the variable named "all".

Samuel

_______________________________________________
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users

Reply via email to