Append two matrix as shown below example A=[1 2; 3 4] and B=[5 6;7 8] Answer must be
1 2 5 6
3 4 7 8
You can add column like [x y] and row like[x;y]
you can do...[A B]
use [A B].. Enjoy...
243 Solvers
1772 Solvers
205 Solvers
Check that number is whole number
274 Solvers
147 Solvers