Hello, I am trying to use your program (detectMITE), following all the instructions. And it keeps prompting an error message, thou.
error: 'parpool' undefined near line 21 column 2
error: called from
detectMITE at line 21 column 2
do_MITE_detection at line 141 column 2
What should I do? Thanks
parpool is a function in the 'Parallel Computing Toolkit', which is an optional toolkit that you need to install. And parpool was introduced in MATLAB from the version R2013b, so R2013b or a newer version of MATLAB is required.
PS: Parallel Processing Toolkit is not included in the usual Student Version License either.