Borrar filtros
Borrar filtros

error when fixing matrik size

1 visualización (últimos 30 días)
ktrx
ktrx el 5 de Jun. de 2013
how can i solved this problem when i'm trying to combine to fixed matrik size
Attempted to access A(46,101); index out of bounds because size(A)=[100,100]
sorry for bad english :p
  1 comentario
Mark
Mark el 5 de Jun. de 2013
Editada: Mark el 5 de Jun. de 2013
It's not clear what you are trying to do. But, you tried to access to a matrix element that does not exist. What is the code that gave you this error?

Iniciar sesión para comentar.

Respuesta aceptada

Azzi Abdelmalek
Azzi Abdelmalek el 5 de Jun. de 2013
A=[1 2 3 ; 4 5 6]
the size of A is 2x3, you will get an error if you write
A(4,1)

Más respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by