Error using cat Dimensions of arrays being concatenated are not consistent.
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
how to correct this
Error in waveletfssddata (line 42)
Xtrain = cat(2,Xtrain,smat);
Xtrain = [];
scatds_Train = transform(adsTrain,@(x)helperReadSPData(x));
while hasdata(scatds_Train)
smat = read(scatds_Train);
Xtrain = cat(2,Xtrain,smat);
end
0 Commenti
Risposte (1)
Vedere anche
Categorie
Scopri di più su AI for Signals and Images in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!