Index in Position 1
古いコメントを表示
It keeps saying Index in position 1 exceeds array bounds (Must not exceed 1)
I am fairly new to matlab but I think its saying some value is 0, I am looking for a 4x4 matrix, I have gotten 4x3, but now it only gives me that error and im not sure where I am going wrong.
3 件のコメント
Walter Roberson
2020 年 12 月 1 日
Row 2 of A does not exist at the time the error occurs.
BoostedMan
2020 年 12 月 1 日
Walter Roberson
2020 年 12 月 1 日
A = zeros(n-1, n);
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Matrix Indexing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!