MATLAB Parallel Computing Toolbox

Create an object representing the cluster identified by the default profile, and use that cluster object to start a MATLAB pool. The pool size is determined by the default profile: c = parcluster. matlabpool(c) parfor Execute code loop in parallel. Syntax. parfor (i = 1 : n) % do something with i. end ................
................