[scilab-Users] [SPAM] save variables in an existing file

Antoine Monmayrant antoine.monmayrant at laas.fr
Mon Apr 2 20:43:55 CEST 2012


Le 02/04/12 18:00, Adrien Vogt-Schilb a écrit :
> Hy
>
> Does anybody knows a way to save various varibales in a single files 
> in scilab?
Yop:
a=1;b=2;
save("ab.mat",a,b);
listvarinfile("ab.mat");
clear a b;
load("ab.mat");

>
> the help file says this can be done with save, but the given example 
> does not work (http://bugzilla.scilab.org/show_bug.cgi?id=10928)
>
> thanks
>
> -- 
> Adrien Vogt-Schilb (Cired)
> Tel: (+33) 1 43 94 *73 77*

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20120402/722add61/attachment.htm>


More information about the users mailing list