필터 지우기
필터 지우기

What is the error when: ''Index exceeds the number of array elements. Index must not exceed 225'' and how to fix it

조회 수: 1 (최근 30일)
The warning appears when I put this code, what should I do?
for i=1:m;
for j=1:n;
T(i,j)=T2(counter2);
counter2=counter2+1;
end
end

답변 (0개)

카테고리

Help CenterFile Exchange에서 Matrix Indexing에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by