Hi,
In the test mode of singe threading, there is no error when i run the inferenceCFSS.
Because my version is 2014b,
I replace【if (m<100) || (matlabpool('size')==0)】 with 【if (m<100) || isempty(gcp('nocreate'))"】 for using multithreading;
and turn on multithreading by 【parpool(8);】 in the file(inferenceCFSS.m) .
The error as follows:

Thank you!