parfor and nested loop
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (2)
Mischa Kim
il 23 Gen 2014
Hello huda, there are no nested parfor loops. Parallelization with parfor only works on the outermost loop.
Vedere anche
Categorie
Scopri di più su Loops and Conditional Statements in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!