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

  • Download
  • Add to my manuals
  • Print
  • Page
    / 656
  • Table of contents
  • TROUBLESHOOTING
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 435
11 Functions — Alphabetical List
11-92
0.0048 0.9658 0.8488
Create an FevalFuture vector, and fetch all its outputs.
for idx = 1:10
F(idx) = parfeval(@rand,1,1,10); % One row each future
end
R = fetchOutputs(F); % 10-by-10 concatenated output
See Also
fetchNext | parfeval | parpool
Page view 435
1 2 ... 431 432 433 434 435 436 437 438 439 440 441 ... 655 656

Comments to this Manuals

No comments