📄 ex441.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 + -