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

Samuel Gougeon sgougeon at free.fr
Mon Aug 27 15:39:30 CEST 2018


Le 27/08/2018 à 15:31, philippe a écrit :
> Le 27/08/2018 à 12:24, Samuel Gougeon a écrit :
>> Hello Philippe,
>>
>> No problem for me.
>> You may have used listvarinfile() at a moment during your trials or work.
> no Samuel, the file val.sod doesn't exists in the directory, save don't
> create the file due to the error.
>
> Perhaps the bug could depend on operating system ?

Have you tried

a=eye(2,2);b=ones(a);
save(TMPDIR+"/val.sod", "a", "b");

?




More information about the users mailing list