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

 Respuesta aceptada

3 comentarios

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.
ok put it on same section na

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Productos

Versión

R2021a

Preguntada:

el 13 de Jul. de 2022

Comentada:

el 13 de Jul. de 2022

Community Treasure Hunt

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

Start Hunting!

Translated by