parallel

Choose between simulating with or without parallel computing.

Contents

Syntax

c.parallel = boolean

Description

In c.parallel = boolean, boolean can be set to true (enable parallel computing), or false (disable parallel computing). c.parallel controls whether multiple simulation runs are performed in parallel on a multicore computer system or in a sequential manner. Note: c.parallel can only be set to true if the MATLAB® Parallel Computing Toolbox is installed.