[Scilab-users] sometime fail to save a file

Antoine Monmayrant antoine.monmayrant at laas.fr
Thu Sep 17 16:23:36 CEST 2015


As suggested by Jasper, you should not access the same file that fast 
without a bit of caution.
Can you try the following script:

for i=1 :100
    y=i^3
    save('test_'+string(i)+'.dat','y');//new name for each file to avoid 
accessing the same file over and over
end

?

Do you still have your problem with this script?

Antoine

Le 09/17/2015 04:04 PM, fujimoto2005 a écrit :
> please try this script
>
> for i=1 :100
>     y=i^3
>     save('test.dat','y')
> end
>
>
>
> --
> View this message in context: http://mailinglists.scilab.org/sometime-fail-to-save-a-file-tp4032831p4032853.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