Find missing values
TF = ismissing( returns
a logical array that indicates which elements of an array or table
contain missing values. The size of A)TF is the same
as the size of A.
Indicators for missing data depend on the data type:
NaN for double, single, duration,
and calendarDuration
NaT for datetime
<missing> for string
<undefined> for categorical
' ' for char
{''} for cell of
character arrays
fillmissing | isempty | isnan | isundefined | rmmissing | standardizeMissing | table