Borrar filtros
Borrar filtros

Catenate columns in a matrix to one column

1 visualización (últimos 30 días)
Damith
Damith el 20 de Mayo de 2014
Comentada: Damith el 20 de Mayo de 2014
Hi,
I have May_Daily matrix (31 x 13). I need to vertically catenate into one column. I have the following code but it does not catenate all columns but only first two. Any code is useful as I am preparing a 31 x 10000 matrix that does the job until the last column.
for cc=1:12
CAT(:,1)=vertcat(May_Daily(:,cc),May_Daily(:,cc+1));
end
Help is appreciated.
Thanks.
  1 comentario
Matt J
Matt J el 20 de Mayo de 2014
In future, please highlight your code and apply the
formatting button, as I have just done for you now.

Iniciar sesión para comentar.

Respuesta aceptada

Matt J
Matt J el 20 de Mayo de 2014
May_CAT=May_Daily(:);

Más respuestas (0)

Categorías

Más información sobre Language Fundamentals en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by