MTM[vertcat] - vertical concatenation of Arrays
|
Calling Sequence
|
|
vertcat(M1,M2,...)
|
|
Description
|
|
•
|
The vertcat(M1,M2) function creates a new array with the rows of M1 on top of the rows of M2.
|
•
|
All input arrays must have the same number of columns and dimensions.
|
|
|