isnat
check if a variable contains "Not a Time" values
Syntax
t = isnat(x)
Arguments
- x
datetime matrix
- t
boolean matrix of the same size as x
Description
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
)
Examples
History
Version | Description |
2024.0.0 | Introduction in Scilab. |
Report an issue | ||
<< hours | Time and Date | NaT >> |