gamma_b.m

来自「FISMAT accommodates different arithmetic」· M 代码 · 共 20 行

M
20
字号
function f=gamma_b(gamma,ua,ub)% f=gamma_b(gamma,ua,ub)%% GAMMA operator % Convexcombination of T-norms with the corresponding% S-norms:% Here convexcombination of Minimum- and Maximum- operator.% This operator is not associative.% gamma=0 => maximum-operator    gamma=1 => minimum-operator%% FSTB - Fuzzy Systems Toolbox for MATLAB% Copyright (c) 1993-1996 by Olaf Wolkenhauer% Control Systems Centre at UMIST% Manchester M60 1QD, UK% % 8-Feb-1994 f = gamma.*min(ua,ub)+(1-gamma).*max(ua,ub);

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?