ex441.m

来自「一个汽车的fuzzy的控制,能很好地应用FUZZY的特点」· M 代码 · 共 23 行

M
23
字号
clear;
fzy2_mat=readfis('fzy2')
sim('fzy2');
figure(1)
subplot(311);
plot(t,input1);
xlabel('time(sec0')
ylabel('input1');
axis([0 10 0 2]);
grid on
subplot(312);
plot(t,input2);
xlabel('time(sec0')
ylabel('input2')
axis([0 10 0 2]);
grid on
subplot(313);
plot(t,output);
xlabel('time(sec0')
ylabel('output')
axis([0 10 0 2]);
grid on

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?