Code covered by the BSD License  

Highlights from
Fuzzy Relational Calculus Toolbox, Rel.1.01

image thumbnail
from Fuzzy Relational Calculus Toolbox, Rel.1.01 by Yordan Kyosev & Ketty Peeva
The toolbox provides functions and original algorithms for solving direct and inverse problems.

sample10x8.m
a=[0	1	1	0	0	0	1	0	1
0	0	0.9	0	0	0.9	0.9	0	0.9
0	0	0.9	0	0	0.9	0.9	0	0.9
0.8	0	0	0.8	0	0.8	0	0.8	0.8
0.7	0	0.7	0.7	0	0.7	0	0.7	0.7
0	0.6	0	0.6	0	0.6	0	0	0.6
0	0.5	0	0.5	0	0.5	0	0	0.5
0	0.5	0	0.5	0	0.5	0.5	0	0.5
0	0.4	0	0	0	0	0	0	0.4
0	0.3	0	0	0	0	0	0	0.3];
A=a(:,1:8);
B=a(:,9);

Contact us at files@mathworks.com