matlabpool error Parallel Computing Toolbox
7 ビュー (過去 30 日間)
古いコメントを表示
I have R2012a installed on 64bit PC. I added the Parallel Computing Toolbox but i cannot start a matlabpool. When I type ver i don't see the PCT as being installed. But across the top I see Parallel as a header menu.
I simply want to run a parfor loop at this point.
I'm either doing something wrong or something isn't set up properly. How do I check?
Thank you
8 件のコメント
Shashank Prasanna
2013 年 2 月 22 日
That message is telling you that MATLAB is starting a pool of workers. When you use parfor after the above finishes executing, those are the workers amongst which your job will be distributed.
採用された回答
その他の回答 (1 件)
Walter Roberson
2013 年 2 月 21 日
You have the software installed, but not licensed. Somehow.
You should contact Mathworks Support.
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!