📄 anfis01.m
字号:
data = [2*rand(10,1)-1 10*rand(10,1)-5 rand(10,1)];
fis = genfis1(data,[3 3],char('pimf','trimf'));
[x,mf] = plotmf(fis,'input',1);
subplot(2,1,1), plot(x,mf);
xlabel('input 1 (pimf)');
[x,mf] = plotmf(fis,'input',2);
subplot(2,1,2), plot(x,mf);
xlabel('input 2 (trimf)');
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -