[Scilab-users] save all variables

Samuel Gougeon sgougeon at free.fr
Tue Aug 25 19:09:35 CEST 2015


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




More information about the users mailing list