You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Therefore, all the lines where you check (matlabpool('size')==0) throw an exception. This can be fixed by replacing them with isempty(gcp('nocreate')).
However, I'm not sure if that call works on older versions of Matlab. If someone confirms this still works then I can make a PR to fix this.
The text was updated successfully, but these errors were encountered:
Therefore, all the lines where you check
(matlabpool('size')==0)
throw an exception. This can be fixed by replacing them withisempty(gcp('nocreate'))
.However, I'm not sure if that call works on older versions of Matlab. If someone confirms this still works then I can make a PR to fix this.
The text was updated successfully, but these errors were encountered: