MATLAB PARALLEL COMPUTING TOOLBOX - S Podręcznik Użytkownika Strona 395

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
Przeglądanie stron 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
Przeglądanie stron 394
1 2 ... 390 391 392 393 394 395 396 397 398 399 400 ... 655 656

Komentarze do niniejszej Instrukcji

Brak uwag