User`s guide
Manuals
Brands
MATLAB Manuals
Other
PARALLEL COMPUTING TOOLBOX - S
391
392
393
394
395
396
397
398
399
400
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
1
...
...
393
394
395
396
397
...
...
656