Problem 55480. Array Concatenation (1)
Given two matrices, a and b, concatenate the two matrices horizontally, i.e., the number of columns of the result should be equal to the sum of the number of columns of matrix a and matrix b. Assume both matrices a and b have the the same number of rows and the result will also have the same number of rows.
For example, if
The result should be 
Solution Stats
Solution Comments
Show commentsProblem Recent Solvers107
Suggested Problems
-
Remove any row in which a NaN appears
8649 Solvers
-
Project Euler: Problem 7, Nth prime
1567 Solvers
-
Return unique values without sorting
935 Solvers
-
370 Solvers
-
Finding an element in a vector
190 Solvers
More from this Author5
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!