User`s guide
23 Check Systems Programmatically
23-6
Check Multiple Systems in Parallel
Checking multiple systems in parallel reduces the processing time required by the Model
Advisor to check multiple systems. If you have a Parallel Computing Toolbox license, you
can check multiple systems in parallel on a multicore host machine. To enable parallel
processing, use the ModelAdvisor.run function with ‘ParallelMode’ set to ‘On’.
By default, ‘ParallelMode’ is set to ‘Off’. When you use ModelAdvisor.run with
‘ParallelMode’ set to ‘On’, MATLAB automatically creates a parallel pool. For an
example, see “Create a Function for Checking Multiple Systems in Parallel” on page
23-7.