Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

index exceeds the matrix

1 visualización (últimos 30 días)
indhu ravi
indhu ravi el 15 de Mzo. de 2019
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
for i=1:length(D)
if (h_(i,T)~=D(i))
eps(T)=eps(T)+D(i,:);
end
end
  2 comentarios
dpb
dpb el 15 de Mzo. de 2019
Insufficient information...
Adam
Adam el 15 de Mzo. de 2019
Don't use length(D) if D is a matrix, use size( D, 1 ) in that case. If the 2nd dimension of D happened to be larger than the first then this code would crash.
That may have nothing to do with your actual error, but as dpb says, you've given us next to no information to help with that apart from guessing and I only guess on a Tuesday.

Respuestas (0)

La pregunta está cerrada.

Community Treasure Hunt

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

Start Hunting!

Translated by