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

📄 ex441.m

📁 一个汽车的fuzzy的控制,能很好地应用FUZZY的特点
💻 M
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -