📄 pos.m
字号:
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) ;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -