MATLAB PARALLEL COMPUTING TOOLBOX - S Guía de usuario Pagina 436

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 656
  • Tabla de contenidos
  • SOLUCIÓN DE PROBLEMAS
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 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 pagina 435
1 2 ... 431 432 433 434 435 436 437 438 439 440 441 ... 655 656

Comentarios a estos manuales

Sin comentarios