why parpool(n) does not work?
4 ビュー (過去 30 日間)
古いコメントを表示
I am using most recent Matlab version, Matlab R2018a. I am trying to use parfor. When I first use parpool(4) it does not work and an error message is showing like this
Undefined function 'parpool' for input arguments of type 'double'.
Why is above error showing?
here is simple version what I am trying to work
parpool(4)
parfor i = 1:N
<my work>
end
0 件のコメント
回答 (1 件)
参考
カテゴリ
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!