What programming techniques can I use to avoid wasted time with long computations that get interrupted unintentionally?
古いコメントを表示
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.
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Manage Products についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!