-2
trainingSet = imageSet(syntheticDir, 'recursive');
testSet = imageSet(handwrittenDir, 'recursive');
我得到了以下錯誤:imageSet()在Matlab 2014A
Undefined function 'imageSet' for input arguments of type 'char'
這是通過使用MATLAB 2014A版本。 Matlab R2015a中是否包含imageSet()
?如果不是,imageSet()
有什麼替代方案?