matlab.mixin.Heterogeneous.vertcat - Vertically concatenate for heterogeneous arrays - MATLAB (original) (raw)

Main Content

Class: matlab.mixin.Heterogeneous
Namespace: matlab.mixin

Vertically concatenate for heterogeneous arrays

Syntax

C = vertcat(A1,A2,...,An)

Description

C = vertcat(`A1,A2,...,An`) vertically concatenates two or more matlab.mixin.Heterogeneous object arrays (A1, A2, and so on) to form the arrayC. The input arrays must have the same number of columns, and they must be of the same hierarchy or convertible to the same hierarchy.

When A1, A2, and so on are arrays ofmatlab.mixin.Heterogeneous objects, MATLABĀ® calls vertcat for this type of statement.

Input Arguments

expand all

Object arrays to concatenate. The object arrays must have the same number of columns.

Version History

Introduced in R2011a