In below script,,It sometime fail to execute the line 'save(fileName,y)' with the error message 'save can not open fileName' where fileName is the specific name depending i.
But after stop, I can execute that line by selecting it and executing with echo . The value of i which makes error changes. So I can't run whole process. Is there any advise to fix this problem Best regards. ********************** for i=1:20 y=f(i)//in actual script this line is more complicated fileName='valuey_'+strimg(i)+'.dat' save(fileName,'y') end -- View this message in context: http://mailinglists.scilab.org/sometime-fail-to-save-a-file-tp4032831.html Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. _______________________________________________ users mailing list users@lists.scilab.org http://lists.scilab.org/mailman/listinfo/users