| Products & Services | Solutions | Academia | Support | User Community | Company |
| Download Product Updates | | | Get Pricing | | | Trial Software |
| Documentation → Parallel Computing Toolbox |
| Contents | Index |
| Learn more about Parallel Computing Toolbox |
You use the Configuration property to apply a configuration to an object. For details about writing and applying configurations, see Programming with User Configurations.
Setting the Configuration property causes all the applicable properties defined in the configuration to be set on the object.
Usage | Scheduler, job, or task object |
Read-only | Never |
Data type | String |
The value of Configuration is a string that matches the name of a configuration. If a configuration was never applied to the object, or if any of the settable object properties have been changed since a configuration was applied, the Configuration property is set to an empty string.
Use a configuration to find a scheduler.
jm = findResource('scheduler','configuration','myConfig')
Use a configuration when creating a job object.
job1 = createJob(jm,'Configuration','jobmanager')
Apply a configuration to an existing job object.
job2 = createJob(jm) set(job2,'Configuration','myjobconfig')
createJob, createParallelJob, createTask, dfeval, dfevalasync, findResource
![]() | Computer | CreateTime | ![]() |

Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
| © 1984-2009- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |