User`s guide
Manuals
Brands
MATLAB Manuals
Other
PARALLEL COMPUTING TOOLBOX - S
91
92
93
94
95
96
97
98
99
100
Run Communicating Jobs Interactively Using pmode
4-5
7
Assign a unique value to the array on each worker, dependent on the worker number
(
labindex
). With a different value on each worker, this is a variant array.
P>> segment = segment + 10*labindex
1
...
...
97
98
99
100
101
...
...
656