[help] combining 2 matrix problems

hey everyone, i have a question about combining 2 matrix....btw i have 2 matrix as follows :
A=[1,1,1;0,0,2];
B=[0,0,0;1,1,0];
i want to make a new matrix from the combination of my 2 previous matrix, and the result is :
C= [1,1,1;1,1,2]
does anyone here know how to do that?

 Risposta accettata

Più risposte (1)

Abdul Hamzah
Abdul Hamzah il 27 Dic 2016

0 voti

damn thx so much :D
i knew it would be that simple :D

Categorie

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by