vertcat
Vertically concatenates a1 through aN along the first dimension.
Syntax
vertcat(a1,a2,......,aN)
Inputs
- a
 - Type: double | integer | char | string | logical | struct | cell
 
Outputs
- R
 
Example
Simple vertcat example:
vertcat('test12','string')
      R = test12
string