ismissing
Check for missing values.
📝 Syntax
tf = ismissing(M)
📥 Input argument
M - a variable
📤 Output argument
tf - logical: result of 'ismissing'.
📄 Description
ismissing returns a logical array which is true where elements of M aremissing values.
missing data are defined as:
NaN for double or single
missing for string array
' ' for character array
'' for cell of character array
💡 Example
🔗 See also
🕔 History
Version
📄 Description
1.0.0
initial version
Last updated
Was this helpful?