(D:\Users\Dacy\Desktop\parallel.png)
When using the commandmatlabpool open local 4
, then it remind me Undefined function or variable 'matlabpool'.
Is there a change for parallel function?
(D:\Users\Dacy\Desktop\parallel.png)
When using the commandmatlabpool open local 4
, then it remind me Undefined function or variable 'matlabpool'.
Is there a change for parallel function?
matlabpool
was removed in MATLAB 2016a according to the Parallel Computing Toolbox Release Notes. Use parpool
instead.
parpool('local',4);