missing

Methods

Method Reference: missing.isscalar

missing: TF = isscalar (M)

Return true if missing array is a scalar.

TF = isscalar (M) returns a logical scalar TF, which is true if the missing array M is also a scalar and false otherwise. A scalar is a single element object for which size (X) returns [1, 1].

Source Code: missing