datetime

Methods

Method Reference: datetime.ismatrix

datetime: TF = ismatrix (T)

Return true if datetime array is a 2-D array.

TF = ismatrix (T) returns a logical scalar TF, which is true, if the datetime array T is a matrix, and false otherwise. A matrix is an array of any type where ndims (X) == 2 and for which size (X) returns [H, W] with non-negative H and W.

Source Code: datetime