How to clear this error?
1 回表示 (過去 30 日間)
古いコメントを表示
PLACEIUS NISHIGA G
2018 年 2 月 8 日
コメント済み: PLACEIUS NISHIGA G
2018 年 2 月 8 日
Attempted to access c(2,4); index out of bounds because size(c)=[20,3].
Error in fincode
(line 194) st=double(floor(c(2,y)*10^13));
0 件のコメント
採用された回答
Image Analyst
2018 年 2 月 8 日
Do not let y have a value greater than 3 because you do not have any more than 3 columns. Why are you trying to access column 4 when there is no column 4?
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!