missing

Methods

Method Reference: missing.isvector

missing: TF = isvector (M)

Return true if missing array is a vector.

TF = isvector (M) returns a logical scalar TF, which is true if the missing array M is a vector and false otherwise. A vector is a 2-D array for which one of the dimensions is equal to 1 (either 1×N or N×1). By definition, a scalar is also a vector.

Source Code: missing