Описание тега parfor

NoneParfor is a Matlab command for executing the iterations of a for-loop in parallel

parfor is a MATLAB command for executing the iterations of a for-loop in parallel via a parallel pool of workers. The command is part of the Parallel Computing Toolbox of matlab.

For more information, see the official documentation of this command.