??? Index exceeds matrix dimensions.
1 回表示 (過去 30 日間)
古いコメントを表示
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,
0 件のコメント
回答 (2 件)
Geoff
2012 年 4 月 13 日
The variable k is either negative or is larger than the dimensions of one of a, b, c, d, or x
0 件のコメント
Jan
2012 年 4 月 13 日
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.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Matrix Indexing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!