MATLAB PARALLEL COMPUTING TOOLBOX - S Guia do Utilizador Página 436

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
Vista de página 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
Vista de página 435
1 2 ... 431 432 433 434 435 436 437 438 439 440 441 ... 655 656

Comentários a estes Manuais

Sem comentários