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
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers237
Suggested Problems
-
1471 Solvers
-
Getting the row and column location from a matrix
301 Solvers
-
Is this triangle right-angled?
6536 Solvers
-
Matlab Basics - Convert a row vector to a column vector
682 Solvers
-
318 Solvers
More from this Author70
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
You can add column like [x y] and row like[x;y]