Why This Error Message

4 views (last 30 days)
Winston Morgan
Winston Morgan on 7 Jan 2014
Commented: Edric Ellis on 9 Jan 2014
Hi,
Whenever I try to run a parfor loop, I got the following error message. This started to happen even for the codes which were fine before. Thank you so much! Any help would be appreciated. The error msg is
Error in parallel_function>iMakeRemoteParfor (line 1037) P = distcomp.remoteparfor(W, @make_channel, parfor_C);
Error in parallel_function (line 437) [P, W] = iMakeRemoteParfor(W, parfor_C);
> In parallel_function at 449
Thanks!
  2 Comments
Walter Roberson
Walter Roberson on 7 Jan 2014
What does it say went wrong? For example does it say "Subscript out of range" ?
Edric Ellis
Edric Ellis on 9 Jan 2014
Also, which version of MATLAB are you using?

Sign in to comment.

Answers (0)

Categories

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

Tags

Community Treasure Hunt

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

Start Hunting!