logical

Type: External

Group: general

Syntax

logical(x)

Description

converts a double array into an array of boolean

Examples

logical([1,3,0,4]) -> [true, true, false, true]

See Also

true, false, islogical