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));

 採用された回答

Walter Roberson
Walter Roberson 2022 年 7 月 13 日

0 投票

3 件のコメント

Rimsha Muzaffar
Rimsha Muzaffar 2022 年 7 月 13 日
i am having error in same code
Look at that link, the Appendex section. The second block of code is
function x = helperReadSPData(x)
You can copy that code.
Rimsha Muzaffar
Rimsha Muzaffar 2022 年 7 月 13 日
ok put it on same section na

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

製品

リリース

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by