Loading prepareWorkspace.m +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ addpath('Var'); poolobj = gcp('nocreate'); % Setup the pool of Matlab workers for parallel processing MATLAB_WORKERS = 8; % adjust the number of workers to use MATLAB_WORKERS = 0; % adjust the number of workers to use if (MATLAB_WORKERS > 0) if (isempty(poolobj)) Loading Loading
prepareWorkspace.m +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ addpath('Var'); poolobj = gcp('nocreate'); % Setup the pool of Matlab workers for parallel processing MATLAB_WORKERS = 8; % adjust the number of workers to use MATLAB_WORKERS = 0; % adjust the number of workers to use if (MATLAB_WORKERS > 0) if (isempty(poolobj)) Loading