Index exceeds array bounds
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Pierre Guy
am 23 Jul. 2019
Bearbeitet: Catalytic
am 23 Jul. 2019
I've been trying to implement the following piece of code (function)...
but, I get this message in the command window:
Error in LSTMTest>prepareDataTest (line 212)
X = XTest{i};
I looked at similar cases in the forum, but still...
Please how can I solved this issue?
Thank you for your time!
Best regards,
3 Kommentare
Adam
am 23 Jul. 2019
Use the debugger and the Pause on errors option. It will land you in the code at the exact location and index within the for loop that the error occurs. Then it will be trivial to see in the workspace and/or using command line what the problem is.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Matrix Indexing finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!