Next: String Objects, Previous: Numeric Objects, Up: Built-in Data Types
It is possible to represent missing data explicitly in Octave using
NA
(short for “Not Available”). Missing data can only be
represented when data is represented as floating point numbers. In this
case missing data is represented as a special case of the representation
of NaN
.