check if a variable contains "Not a Time" values
t = isnat(x)
datetime matrix
boolean matrix of the same size as x
returns a boolean matrix of the same size as x,
where t(i) is %t when x(i) is NaT, and %f otherwise.t = isnat(x)
| Version | Description |
| 2024.0.0 | Introduction in Scilab. |