Have to run restoredefaultpath everytime restart parfor loop

Not sure why I have to do this but this started happening recently. Does this make any sense?

1 Comment

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

Sign in to comment.

Answers (1)

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?

Categories

Find more on Loops and Conditional Statements in Help Center and File Exchange

Products

Asked:

on 29 Mar 2012

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!