Categories &

Functions List

Class Definition: missing

datatypes: missing

Array of missing values.

A special class to represent missing data to other data types.

Source Code: missing

The missing class offers the following public methods:

missing Create missing values.
size Return the size of a missing array.
ndims Number of dimensions in a missing array.
numel Total number of elements in a missing array.
iscolumn Return true if missing array is a column vector.
isempty Return true if missing array is empty.
ismatrix Return true if missing array is a 2-D array.
ismissing Return true for each element in missing array.
isrow Return true if missing array is a row vector.
isscalar Return true if missing array is a scalar.
isvector Return true if missing array is a vector.
eq Equality for missing arrays.
ge Greater than or equal to for missing arrays.
gt Greater than for missing arrays.
le Less than or equal to for missing arrays.
lt Less than for missing arrays.
ne Not equal for missing arrays.