MATLAB PARALLEL COMPUTING TOOLBOX - S Guida Utente Pagina 395

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
Vedere la pagina 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
Vedere la pagina 394
1 2 ... 390 391 392 393 394 395 396 397 398 399 400 ... 655 656

Commenti su questo manuale

Nessun commento