MATLAB PARALLEL COMPUTING TOOLBOX - S User's Guide Page 395

  • Download
  • Add to my manuals
  • Print
  • Page
    / 656
  • Table of contents
  • TROUBLESHOOTING
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 394
Composite
11-51
d = distributed([3 1 4 2]); % One integer per worker
spmd
c = getLocalPart(d); % Unique value on each worker
end
c{:}
3
1
4
2
See Also
parpool | spmd
Page view 394
1 2 ... 390 391 392 393 394 395 396 397 398 399 400 ... 655 656

Comments to this Manuals

No comments