Fuzzy Logic Toolbox    
probor

Probabilistic OR.

Syntax

Description

y = probor(x) returns the probabilistic OR (also known as the algebraic sum) of the columns of x. if x has two rows such that x = [a; b], then
y = a + b - ab. If x has only one row, then y = x.

Examples


  plotmf psigmf