User`s guide

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