Borrar filtros
Borrar filtros

add a matrix behind another

5 visualizaciones (últimos 30 días)
Fiboehh
Fiboehh el 4 de Abr. de 2011
hellow, little noob question but i cant find it fast. I got two matrices and need to have 1 matrix the first followed by the second :) thxxx

Respuesta aceptada

Sean de Wolski
Sean de Wolski el 4 de Abr. de 2011
doc cat
Abstacked = cat(3,A,B);

Más respuestas (1)

Walter Roberson
Walter Roberson el 4 de Abr. de 2011
Or maybe horzcat() or vertcat(); the question is not clear.

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