ex461.m

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

M
26
字号
clear;
close all;
anfis_ap1
writefis(fismat1,'fzy3');
fzy2_mat=readfis('fzy3')
sim('fzy2');
figure
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 + -
显示快捷键?