Have to run restoredefaultpath everytime restart parfor loop
1 view (last 30 days)
Show older comments
Not sure why I have to do this but this started happening recently. Does this make any sense?
1 Comment
Sean de Wolski
on 29 Mar 2012
Could you please be more specific? What isn't being seen? What is called in the PARFOR loop? Is it any PARFOR loop?
parfor ii = 1:3
disp(ii)
end
Answers (1)
Jason Ross
on 29 Mar 2012
Is some function or code you are calling modify the path?
More specifics would be good to know -- for instance do the workers complain, your client, etc?
0 Comments
See Also
Categories
Find more on Loops and Conditional Statements in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!