Matlab并行计算parpool设置
matlab2020a parpool相关设置(并行计算)_matlab的parallel pool-CSDN博客
% start parpool by codes. delete(gcp('nocreate')); % stop the process before start a new run. numCore = feature('numcores'); % get the maxmium core num of PC. parpool(numCore-1); % start parpool.