anyTrue

Returns true, if at least on element of the Boolean input vector is true

Syntax

result = anyTrue(b)

Inputs (1)

b

Type: Boolean[:]

Outputs (1)

result

Type: Boolean