duration

Methods

Method Reference: duration.isrow

duration: TF = isrow (D)

Return true if duration array is a row vector.

TF = isrow (D) returns a logical scalar TF, which is true if the duration array D is a row vector and false otherwise. A row vector is a 2-D array for which size (D) returns [1, N] with non-negative N. By definition, a scalar is also a row vector.

Source Code: duration