[Scilab-users] sometime fail to save a file

fujimoto2005 fujimoto2005 at gmail.com
Tue Sep 15 17:37:01 CEST 2015


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.



More information about the users mailing list