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