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.

st=disp_fu(A);
function st=disp_fu(A);
% displays String s as title
% and matrix A, formated
for i=1:length(A(:,1))
    s=sprintf('%10.4f',A(i,:));
    st(i,1:length(s))=s; 
end

Contact us at files@mathworks.com