??? Index exceeds matrix dimensions.
Mostra commenti meno recenti
Hi guys, I do not know why I receive this error when I reach this equation in my code. ??? Index exceeds matrix dimensions. the equation is: S(k)= a(k) + b(k)*(X-x(k)) + ((X-x(k))^2)*c(k) + ((X-x(k))^3)*d(k) ; Best,
Risposte (2)
Geoff
il 13 Apr 2012
0 voti
The variable k is either negative or is larger than the dimensions of one of a, b, c, d, or x
Jan
il 13 Apr 2012
The standard method to solve this is:
dbstop if error
Then Matlab stops, when the error occurs, and you can inspect the values of the local variables e.g. in the command window.
Categorie
Scopri di più su Matrix Indexing in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!