parallel.Pool - Parallel pool of workers - MATLAB (original) (raw)
Main Content
Description
Use parpool
to create a parallel pool. After you create the pool, parallel pool features, such as parfor
orparfeval
, run on the workers. With the parallel.Pool
object, you can interact with the parallel pool.
parallel.Pool
is the base class for the following types of pools:
Creation
Create a parallel pool of workers by using the parpool function.
Version History
Introduced in R2013b