提示是这样,不知到这个m文件如何修改,求指教!感谢!!! 文件名 :figure.m 代码: figure(1); subplot(611); plot(t,y(:,1),'r'); subplot(612); plot(t,y(:,2),'r'); subplot(613); plot(t,y(:,3),'r'); subplot(614); plot(t,y(:,4),'r'); subplot(615); plot(t,y(:,5),'r'); subplot(616); plot(t,y(:,6),'r'); figure(2); plot(t,u(:,1),'r'); xlabel('times(s)'); ylabel('Control Input'); figure(3); zp=y(:,7); wp=y(:,8); gamma1=sqrt(zp./(wp+0.001)); gamma=120; plot(t,gamma,'r',t,gamma1,'b'); xlabel('time(s)'); ylabel('gamma and robust performance'); |
3 条回复