User`s guide
pload
11-249
This creates three files (threeThings1.mat, threeThings2.mat,
threeThings3.mat) in the current working directory.
Clear the workspace on all the workers and confirm there are no variables.
clear all
whos
Load the previously saved data into the workers. Confirm its presence.
pload('threeThings');
whos
isreplicated(rep)
iscodistributed(D)
See Also
load | save | labindex | pmode | psave | numlabs