pctconfig
Configure settings for Parallel Computing Toolbox client session or MATLAB Parallel Server workers
Description
pctconfig(
sets
configuration properties for the client session or workers using name-value
arguments.Name,Value
)
Name-value arguments can be in any format supported by the set
function, i.e., character vectors, structures, and cell arrays. If you
provide name-value arguments using a structure, the structure field names must be the
property names and the field values must specify the property values.
also returns configuration settings as the structure config
= pctconfig(Name,Value
,...)config
. The field
names of the config
contain the property names, while the field values
contain the property values.
returns the current
configuration settings as the structure config
= pctconfig()config
. If you have not set any
values, these are the default values.
Examples
Input Arguments
Output Arguments
Tips
The values set by this function do not persist between MATLAB client or worker sessions. To ensure your configuration settings are correct,
use pctconfig
before calling any other Parallel Computing Toolbox functions.