missing

Methods

Method Reference: missing.ismatrix

missing: TF = ismatrix (M)

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

TF = ismatrix (M) returns a logical scalar TF, which is true if the missing array M 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: missing