Index exceeds the number of array elements. Index must not exceed 10000.
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
DAYANANDA B N
il 29 Mar 2023
Commentato: DAYANANDA B N
il 29 Mar 2023
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1339519/image.png)
How can I solve this issue ?
0 Commenti
Risposta accettata
Torsten
il 29 Mar 2023
My guess is that "Ytrain" has less than "len" elements.
To confirm this, add the lines
disp(len)
disp(size(Ytrain))
after the line
[wid,len] = size(Xtrain)
to your code and tell us what is displayed.
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Matrix Indexing 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!