Borrar filtros
Borrar filtros

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

1 visualización (últimos 30 días)
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

Respuestas (0)

Categorías

Más información sobre Matrix Indexing en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by