selecting specific values on a matrix

2 visualizaciones (últimos 30 días)
Shani
Shani el 19 de Nov. de 2013
Comentada: Image Analyst el 23 de Nov. de 2013
Hello my fellow companions, I have got a matrix but I would like to select values to create another matrix from it. Let me give you an example, I have a 10x10 matrix, I would like to select the 4th value till the end from column 6 to column 10. If anyone can help me with that much appreciated.
  1 comentario
Image Analyst
Image Analyst el 23 de Nov. de 2013
Here is what Shani asked, so that it will still be here when she deletes this question:
Hello my fellow companions, I have got a matrix but I would like to select values to create another matrix from it. Let me give you an example, I have a 10x10 matrix, I would like to select the 4th value till the end from column 6 to column 10. If anyone can help me with that much appreciated.

Iniciar sesión para comentar.

Respuesta aceptada

Azzi Abdelmalek
Azzi Abdelmalek el 19 de Nov. de 2013
Editada: Azzi Abdelmalek el 19 de Nov. de 2013
A(4:end,6:10)
Look at
doc array

Más respuestas (0)

Categorías

Más información sobre Logical 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