Filter löschen
Filter löschen

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

1 Ansicht (letzte 30 Tage)
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

Antworten (0)

Kategorien

Mehr zu Matrix Indexing finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by