index exceeds array bound
41 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Please help to rectify the error . It shows index exceed array bound.
0 Commenti
Risposte (1)
SACHIN KHANDELWAL
il 6 Dic 2024
The "index exceeds array bounds" error in Simulink typically occurs when you attempt to access an element of an array or matrix using an index that is outside the valid range.
x = [1:10]
x(11)
I suggest analyzing the model to check if you are accessing an element that is out of range. When I simulate the model, it does not produce any errors for me. If you still face issue, please share the reproduction steps for further analysis.
0 Commenti
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!