MATLAB: Missing USEParallel Parameter from BLOCKPROC function in the matlab

Image Processing Toolboxmissing useparallel parameter from blockproc function in my matlabParallel Computing Toolbox

Hi everyone I have applied an algorithm and it is too much slow thats why I intended to use 'UseParallel' parameter in BLOCKPROC function for matlabpool command.But I am getting an error saying
UNknown paramter 'USE PARALLEL ' in BLOCKPROC function.
Any help is appreciated I am using matlab version (7.11.0(R2010b).

Best Answer

The UseParallel option to blockproc was added in MATLAB version R2011b. That is why you are seeing an "unknown parameter" error message in R2010b.