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!