parfor and nested loop
2 ビュー (過去 30 日間)
古いコメントを表示
hi,
can I use parfor with nested loop?
for ex.
parfor i=1:5
for j=1:2
%%whatever
end
end
should I use par with each for or with one.
please, I need somebody can solve my problem.
Thanks in advance
0 件のコメント
回答 (2 件)
Mischa Kim
2014 年 1 月 23 日
Hello huda, there are no nested parfor loops. Parallelization with parfor only works on the outermost loop.
参考
カテゴリ
Help Center および File Exchange で Loops and Conditional Statements についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!