Index in position 1 is invalid. Array indices must be positive integers or logical values. Error in Q (line 13) D(I,J) = D(I,J)+A(I,K).*B(K,J)
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
HI , how can i fix line 13?
0 comentarios
Respuestas (1)
David Fletcher
el 17 de Abr. de 2021
In Matlab indices start at 1 (your loops start at 0)
0 comentarios
Ver también
Categorías
Más información sobre Matrices and Arrays en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!