Clear Filters
Clear Filters

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

1 view (last 30 days)
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

Answers (0)

Community Treasure Hunt

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

Start Hunting!