Prev: Launching matlab remotely via ssh on Windows? Impossible?
Next: insert data in microsoft flexgrid control
From: yuqi zhao on 18 Apr 2010 06:08 I used matlab for some scientific computation ,but the computer restarted unexpectedly. How could I retrive my work ,or how could I set a breakpoint to let me go on next time?
From: Rune Allnor on 18 Apr 2010 06:34
On 18 apr, 12:08, "yuqi zhao" <yooke...(a)163.com> wrote: > I used matlab for some scientific computation ,but the computer restarted unexpectedly. > How could I retrive my work ,or how could I set a breakpoint to let me go on next time? Save the state of the application every so often. Every million iterations (or whatever useful interval), save all parameters and variables to file. If the system shuts down, load the latest file and keep on from there. Rune |