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!