Borrar filtros
Borrar filtros

limiting range of row in matrix

1 visualización (últimos 30 días)
Jimmy
Jimmy el 27 de Mzo. de 2014
Comentada: Jimmy el 27 de Mzo. de 2014
I have a set of data consisting of 198x81 sets of score data. I would like to take the data only at 50x81. If I type score(:,1:81), it will execute all 198x81 data. can anyone help me?
thank you in advance

Respuesta aceptada

Azzi Abdelmalek
Azzi Abdelmalek el 27 de Mzo. de 2014
score(1:50,:)
  1 comentario
Jimmy
Jimmy el 27 de Mzo. de 2014
thank you so much. it worked

Iniciar sesión para comentar.

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