fuz_not.m

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

M
22
字号
function f = fuz_not(ua)% f=fuz_not(ua)%% Complement of a fuzzy set in discrete form.%% FSTB - Fuzzy Systems Toolbox for MATLAB% Copyright (c) 1993-1996 by Olaf Wolkenhauer% Control Systems Centre at UMIST% Manchester M60 1QD, UK% % 24-Feb-1994 [m,resx] = size(ua);if m==4                        % Sets in compact trapeziodal form.  resx=200;                    % Convert them in the appriote form.  [ua,ub]=fuz_conv(ua,ub,resx);end;f = ones(1,resx)-ua; 

⌨️ 快捷键说明

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