?? pos.m
字號(hào):
function z = pos(x)
% Fuzzy set POSITIVE
%
% function z = pos(x)
%
% x value from universe
% z corresponding membership value
%
% The definition is functional (continuous).
% Vector input results in vector output.
%
% See also picurve, scurve, zcurve
% Jantzen 940330
Leftx = 20;
Rightx = 80;
Typ = 0 ; % 0=nonlinear, 1=linear ;
z = scurve(Leftx, Rightx, x, Typ) ;
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -