Section: Object Oriented Programming
d = vertcat(a,b,c)
which is equivalent to the statement d = [a;b;c].
d = [a;b;c]