missing.isempty
missing: TF = isempty (M)
Return true if missing array is empty.
TF = isempty (M) returns a logical scalar TF, which is true if the missing array M is empty and false otherwise.
TF = isempty (M)
true
false
Source Code: missing