onCleanup and script
古いコメントを表示
Hello.
I'm using a parfor loop,but sometimes I stop its execution with ctrl+c, so I would like to execute the command "matlabpool close" immediately in order not to leave the processes on. I have recommended to use onCleanup function,but I have read that I need to use it within a function and not in a script, and I've got a script, owe to that fact I wonder if I could do the same with a try/catch sentence, is it possible?
thanks!
採用された回答
その他の回答 (1 件)
Javier
2011 年 7 月 27 日
0 投票
1 件のコメント
Walter Roberson
2011 年 7 月 27 日
onCleanup() should go just after you have created the conditions that need to be cleaned up later -- e.g., just after you have opened the pool.
カテゴリ
ヘルプ センター および File Exchange で Scope Variables and Generate Names についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!