gcp in MATLAB 2013a
4 ビュー (過去 30 日間)
古いコメントを表示
Hi guys
I would like to get current parallel pool in MATLAB2013a. 'gcp' does not even exist in MATLAB2013a. What is the equivalent command?
Regards Vahid
0 件のコメント
回答 (1 件)
Walter Roberson
2015 年 7 月 26 日
Parallel pools do not exist at all in R2013a; they were introduced in R2013b, at which time gcp() was added.
R2013b introduced parpool(), and marked matlabpool() as obsolescent; matlabpool() was removed a few releases later.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Parallel Computing Fundamentals についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!