wolfknighthawk
Aerospace
- Jun 13, 2008
- 3
I am trying to add matrix A and matrix B to matrix C
Here are my example Matrices
A=[5;4;3;2;1];
B=[6;8;7];
This is what I want
C=[5;4;3;2;1;6;8;7]
Here are my example Matrices
A=[5;4;3;2;1];
B=[6;8;7];
This is what I want
C=[5;4;3;2;1;6;8;7]