plot_num.m
来自「FISMAT accommodates different arithmetic」· M 代码 · 共 26 行
M
26 行
function plot_num(f1,f2,f3)% plot_num(f1,f2,f3)%% Plotting three fuzzy numbers.%% Fuzzy numbers/intervalls:% For a arithmetic with fuzzy numbers in LR-representation.% A number is desribed with a row vector:% [xmin,xmax,m,n,alpha,beta]%% FSTB - Fuzzy Systems Toolbox for MATLAB% Copyright (c) 1993-1996 by Olaf Wolkenhauer% Control Systems Centre at UMIST% Manchester M60 1QD, UK%% 25-Feb-1994[f1,x1]=modlrset('tr','',[f1,0,1],200);[f2,x2]=modlrset('tr','',[f2,0,1],200);[f3,x3]=modlrset('tr','',[f3,0,1],200); f=[f1;f2;f3]; plot_set(x1,f);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?