...
>> % Specify processor cores per node. Default is 1618.
>> c.AdditionalProperties.ProcsPerNode = 1618
>> % Turn on the Debug Message. Default is off (logical 0).
...
To save a profile, with your configuration ....
>> c.saveProfile
Serial Jobs
Use the batch command to submit asynchronous jobs to the cluster. The batch command will return a job object which is used to access the output of the submitted job. See the MATLAB documentation for more help on batch.
...