Borrar filtros
Borrar filtros

If i have 70 rows and 1 column(70x1) and i want to concatenate every 5 rows into one row and make it a matrix of 14 rows and one column(14x1), how can i do this?

1 visualización (últimos 30 días)
Concatenate
  3 comentarios
ck
ck el 5 de Mayo de 2016
yeah , 5 rows into 1 and sorry its 14 rows. I don't want to average but just put them together into single row. I got the output as 0000/1111/0000/1111 but I need it as 0000111100001111
CS Researcher
CS Researcher el 5 de Mayo de 2016
Please update your question so people don't misunderstand. You need 14 rows and 5 columns (14x5 Matrix). As Sean suggested look at reshape function in MATLAB.

Iniciar sesión para comentar.

Respuestas (1)

Sean de Wolski
Sean de Wolski el 5 de Mayo de 2016

Categorías

Más información sobre Creating and Concatenating Matrices 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