⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 plot_num.m

📁 FISMAT accommodates different arithmetic operators, fuzzification and defuzzification algorithm, imp
💻 M
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -