isundefined
R2026bFind undefined elements in categorical array
Syntax
Description
returns a logical array that indicates which elements in a categorical array are
undefined values. tf = isundefined(A)isundefined returns logical
1 (true) for undefined elements; otherwise
it returns logical 0 (false). The size of
TF is the same as the size of A.
Any elements in A without a corresponding category are
undefined. Undefined categorical values are missing values, similar to
NaNs, NaTs, and missing strings for other
data types.
Examples
Input Arguments
Output Arguments
Extended Capabilities
Version History
Introduced in R2013b