VERTCAT Horizontal Array Concatenation
Section: Object Oriented Programming
Usage
This function concatenates arrays vertically (along the row dimension). The syntax for its use isd = vertcat(a,b,c)
which is equivalent to the statement d = [a;b;c]
.