add a matrix behind another

3 visualizzazioni (ultimi 30 giorni)
Fiboehh
Fiboehh il 4 Apr 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

Risposta accettata

Sean de Wolski
Sean de Wolski il 4 Apr 2011
doc cat
Abstacked = cat(3,A,B);

Più risposte (1)

Walter Roberson
Walter Roberson il 4 Apr 2011
Or maybe horzcat() or vertcat(); the question is not clear.

Categorie

Scopri di più su Creating and Concatenating Matrices in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by