<< or Elementary Functions sign >>

Scilab Help >> Elementary Functions > |

|

logical OR operator

Calling Sequence

A|B

Description

A|B gives the element-wise logical or of the booleans matrices A and B. A and B must be matrices with the same dimensions or one from them must be a single boolean.

Examples

[%t %t %f] | [%f %t %t]
[%t %t %f] | %f

See Also


Report an issue
<< or Elementary Functions sign >>