Undefined function 'helperReadSPData' for input arguments of type 'waveletScattering'

Xtrain = [];
scatds_Train = transform(adsTrain,@(x)helperReadSPData(x));
while hasdata(scatds_Train)
smat = read(scatds_Train);
Xtrain = cat(2,Xtrain,smat);
end
Error in spokenwavelet>@(x)helperReadSPData(x) (line 33)
scatds_Train = transform(adsTrain,@(x)helperReadSPData(x));

 采纳的回答

更多回答(0 个)

类别

帮助中心File Exchange 中查找有关 Continuous Wavelet Transforms 的更多信息

产品

版本

R2021a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by