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

조회 수: 3 (최근 30일)
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일
  댓글 수: 3
Walter Roberson
Walter Roberson 2022년 7월 13일
Look at that link, the Appendex section. The second block of code is
function x = helperReadSPData(x)
You can copy that code.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 AI for Signals and Images에 대해 자세히 알아보기

제품


릴리스

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by