missing

Methods

Method Reference: missing.iscolumn

missing: TF = iscolumn (M)

Return true if missing array is a column vector.

TF = iscolumn (M) returns a logical scalar TF, which is true if the missing array M is a column vector and false otherwise. A column vector is a 2-D array for which size (X) returns [N, 1] with non-negative N.

Source Code: missing