Specific column range from an array?

176 visualizaciones (últimos 30 días)
ayat
ayat el 5 de Abr. de 2017
Comentada: Nom el 7 de Oct. de 2019
This is probably very dumb question but I cant seem to find an answer for it. I have an array with two columns, how to I extract let`s say the second column, from the 5th row until the 10th?

Respuesta aceptada

Alexandra Harkai
Alexandra Harkai el 5 de Abr. de 2017
y = x(5:10, 2) % rows 5:10, column 2
  1 comentario
Nom
Nom el 7 de Oct. de 2019
Thank you so much for actually linking it in the documentation, found exactly what I needed!

Iniciar sesión para comentar.

Más 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