How to deternine the number of open labs.
1 回表示 (過去 30 日間)
古いコメントを表示
After running "matlabpool open", there is an integer in the lower right hand corner of the Matlab window which gives the number of open "labs". Is there a command which will return this same number - the number of open labs? Thank you.
0 件のコメント
採用された回答
Jason Ross
2012 年 10 月 19 日
matlabpool('size')
matlabpool('size') returns the size of the worker pool if it is open, or 0 if the pool is closed. In this functional form, you can assign the output to a variable.
0 件のコメント
その他の回答 (1 件)
参考
カテゴリ
Help Center および File Exchange で Get Started with MATLAB についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!