What programming techniques can I use to avoid wasted time with long computations that get interrupted unintentionally?
Afficher commentaires plus anciens
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.
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Introduction to Installation and Licensing dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!