31.10.2014 Views

What Is Fuzzy Logic?

What Is Fuzzy Logic?

What Is Fuzzy Logic?

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

probor<br />

Purpose<br />

Syntax<br />

Description<br />

Probabilistic OR<br />

y = probor(x)<br />

y = probor(x) returns the probabilistic OR (also known as the<br />

algebraic sum) ofthecolumnsofx. if x has two rows such that x = [a;<br />

b], theny = a + b - ab.Ifx has only one row, then y = x.<br />

Examples x = (0:0.1:10);<br />

figure('Name','Probabilistic OR','NumberTitle','off');<br />

y1 = gaussmf(x, [0.5 4]);<br />

y2 = gaussmf(x, [2 7]);<br />

yy = probor([y1; y2]);<br />

plot(x,[y1; y2; yy])<br />

4-61

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!