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