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