What programming techniques can I use to avoid wasted time with long computations that get interrupted unintentionally?
Show older comments
There are a couple of reasons why long computations can get interrupted unintentionally:
1. Machine crashes
2. MATLAB crashes or runs out of memory
3. Hitting Ctrl-C unintentionally
4. Losing the connection to a license server does not interrupt a longer computation (see related solution). But in case you request a toolbox or another product licensed through a license server during the computation and the connection is interrupted, this interrupts the whole computation.
Accepted Answer
More Answers (0)
Categories
Find more on Introduction to Installation and Licensing in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!