User`s guide
10 Objects — Alphabetical List
10-2
codistributed
Access elements of arrays distributed among workers in parallel pool
Constructor
codistributed, codistributed.build
You can also create a codistributed array explicitly from spmd code or a communicating
job task with any of several overloaded MATLAB functions.
eye(___,'codistributed') rand(___,'codistributed')
false(___,'codistributed') randi(___,'codistributed')
Inf(___,'codistributed') randn(___,'codistributed')
NaN(___,'codistributed') codistributed.cell
ones(___,'codistributed') codistributed.spalloc
true(___,'codistributed') codistributed.speye
zeros(___,'codistributed') codistributed.sprand
codistributed.sprandn
Description
Arrays partitioned among the workers in a pool, are accessible from the workers as
codistributed array objects.
Codistributed arrays on workers that you create inside spmd statements or from within
task functions of communicating job can be accessed as distributed arrays on the client.
Methods
The overloaded methods for codistributed arrays are too numerous to list here. Most
resemble and behave the same as built-in MATLAB functions. See “MATLAB Functions
on Distributed and Codistributed Arrays”.