out =
isundefined (obj)
¶Test whether elements are undefined.
Checks whether each element in obj is undefined. "Undefined" is
a special value defined by categorical
. It is equivalent to
a NaN
or a missing
value.
Returns a logical array the same size as obj.