You should look into the Validator class (example path for MATLAB 2014a):
..\MATLAB\R2014a\toolbox\distcomp\cluster\+parallel\+internal\+validator\Validator.m
It accurately shows what happens during the verification process. I would suggest setting breakpoints in different methods and observing the transferred data, or trying to find where they are called from and use which parameters.
, , (. ), :
- parcluster.m -\MATLAB\R2014a\toolbox\distcomp\cluster
- createJob.m -\MATLAB\R2014a\toolbox\distcomp\
- createCommunicatingJob.m -\MATLAB\R2014a\toolbox\distcomp\cluster + parallel\@Cluster
, !
