User`s guide
dload
11-75
When loading Composite objects, the data is sent to the available parallel pool workers. If
the Composite is too large to fit on the current parallel pool, the data is not loaded. If the
Composite is smaller than the current parallel pool, a warning is issued.
Examples
Load variables X, Y, and Z from the file fname.mat:
dload fname X Y Z
Use the function form of dload to load distributed arrays P and Q from file fname.mat:
[P,Q] = dload('fname.mat','P','Q');
See Also
load | distributed | Composite | dsave | parpool