Create missing values
m = missing
returns a missing value displayed
as <missing>
. You can set an element of an
array or table to missing
to represent missing
data. The value of missing
is then automatically
converted to the standard missing value native to the data type of
the array or table variable. For example, core data types that support missing
and
their corresponding standard missing values after assignment are as
follows:
double
, single
, duration
,
and calendarDuration
convert missing
to NaN
datetime
converts missing
to NaT
categorical
converts missing
to <undefined>
string
converts missing
to <missing>