[Scilab-users] save all variables

Serge Steer Serge.Steer at inria.fr
Mon Aug 24 21:34:52 CEST 2015


I think
save('testall.data','all')
does the job

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
>
> Best regards
>
>
>
>
> --
> View this message in context: http://mailinglists.scilab.org/save-all-variables-tp4032715.html
> Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com.
> _______________________________________________
> users mailing list
> users at lists.scilab.org
> http://lists.scilab.org/mailman/listinfo/users
>




More information about the users mailing list