フィルターのクリア

pause/resume mechanism for very large computations?

4 ビュー (過去 30 日間)
Sven Larsen
Sven Larsen 2023 年 4 月 11 日
回答済み: Sai Pallav 2023 年 7 月 6 日
I am about to conduct extremely large computations (will take weeks to complete) and would like to implement somekind pause/resume mechanic in order to pause/stop computation and even shut down computer. then another time open up computer and continue work. I have already implemented result saving in specific computational intervals so thats not a problem. But all ideas how to invoke stop/resume (perhaps ui progress box with pause/resume dialog?) are very welcome.
Thanks in advance!
  1 件のコメント
pragnan nadimatla
pragnan nadimatla 2023 年 7 月 4 日
編集済み: Matt J 2023 年 7 月 4 日
As per my understanding you want to perform computations with pause and resume mechanisms.
There is an inbuilt function in MATLAB called as waitbar which can help in performing lengthy calculation using pause/resume Mechanism.By dividing the computation into smaller tasks and saving the state periodically, you can minimize the amount of work that needs to be repeated if the computation is interrupted or if the computer crashes. Of course, you'll still need to save the final results of the computation once it's complete, but this can be done separately from the periodic state saves.
Please refer to the following documentation:

サインインしてコメントする。

採用された回答

Sai Pallav
Sai Pallav 2023 年 7 月 6 日
Hi Sven,
I understand you need to automate the whole process of shutting down and restarting MATLAB. Here is another MATLAB answer which tackles a similar problem. I am also attaching a documentation on MATLAB start/exit commands which might be useful.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeLoops and Conditional Statements についてさらに検索

タグ

製品


リリース

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by