Lost results after a weekend

1 view (last 30 days)
Karl
Karl on 24 Jan 2011
On Friday, I sent a program to a university server. It is a long calculation. The calculation crashed at the weekend and I lost all results, not just a part. What can I do to prevent this?
P.S. My English is not so good. Have you also a forum in german?
  1 Comment
Andreas Goser
Andreas Goser on 24 Jan 2011
By asking in English, you reach more users worldwide that can help you. I do not think the comminty minds if your grammar is not perfect

Sign in to comment.

Accepted Answer

Andreas Goser
Andreas Goser on 24 Jan 2011
There are a couple of different reasons for crashes and also of programming techniques you can use. See the following Technical Support solution:
In your case, this part may be the most relevant one:
"To mitigate the negative effects of an interrupted MATLAB computation, the primary countermeasure is saving intermediate results during the computation and prepare the code to be able to reload the saved results."

More Answers (0)

Categories

Find more on Programming in Help Center and File Exchange

Tags

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!