MATLAB: Why I have Error using pixelLabelImageDatastore on Matlab_r1018b

matlab2018_computervisiontoolbox

I have the problem below: Error using pixelLabelImageDatastore The specified superclass 'matlab.io.datastore.MiniBatchable' contains a parse error, cannot be found on MATLAB's search path, or is shadowed by another file with the same name.

Best Answer

I've figured out the problem. I had the Computer Vision toolbox installed but not the Deep Learning Toolbox. Make sure both toolboxes are installed and the error will probably go away.
Related Question