swds.m
来自「FISMAT accommodates different arithmetic」· M 代码 · 共 15 行
M
15 行
function f = swds(ua,ub)% f = swds(ua,ub)%% drastic sum sw(ua,ub) = max(ua,ub) if min(ua,ub)=1 else 1%% 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 if min(ua,ub)==1,f=max(ua,ub);else f=1;end;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?