datetime

Methods

Method Reference: datetime.horzcat

datetime: C = horzcat (A, B, …)

Horizontal concatenation of datetime arrays.

C = horzcat (A, B, … is the equivalent of the syntax B = [A, B, …] and horizontally concatenates the inputs A, B, …, which must have the same size except along the second dimension. See cat for which inputs are accepted and how their time zones are resolved.

Source Code: datetime