MTM[horzcat] - horizontal concatenation of arrays
|
Calling Sequence
|
|
horzcat(M1,M2,..., Mn)
|
|
Description
|
|
•
|
The horzcat(M1,M2) function creates a new array with the columns of M2 to the right of the columns of M1.
|
•
|
All input arrays must have the same number of rows and dimensions.
|
|
|