Path: news.mathworks.com!not-for-mail
From: "Anup " <anupekbote@gmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: problem saving matlab workspace
Date: Tue, 13 May 2008 04:56:03 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 18
Message-ID: <g0b713$5fp$1@fred.mathworks.com>
Reply-To: "Anup " <anupekbote@gmail.com>
NNTP-Posting-Host: webapp-03-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1210654563 5625 172.30.248.38 (13 May 2008 04:56:03 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Tue, 13 May 2008 04:56:03 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1126978
Xref: news.mathworks.com comp.soft-sys.matlab:468052


I'm using matlab7.0.
The code tries to learn a particular game.
So the game is played several thousand times.
So it would take hours/days to complete the simulation.
Becuase of the regular power cuts i usually resort to 
saving the work space at the end of each game using 
save('filename').

Intilaly i did not face any problems with this.even though 
the number of games played were as large as 10,000. But 
ocassionally i had an error saying that unable to save in 
the specified file. But it used to work if i either 
restarted the game or changed the filename.

But now the error is now more persistent. Almost every 
time the same error pops up and this usally happens around 
the 1200th game or 3000th game.Can someone help me out 
with this problem.