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

📄 compare.m

📁 realize analysis and design for computer-controlled system
💻 M
字号:
% Comparison of outputs in  Fig 12.5 and Fig 12.6% Computer Controlled Systems (3rd ed)% Author: B. Wittenmark% Last edit: 1997-07-10% Copyright (c) 1996 by K. J. 舠tr鰉, B. Wittenmark and% Department of Automatic Control, Lund Institute of% Technology, Lund, Swedennewplot;set(gcf,'PaperUnits','centimeters','PaperPosition',[2 2 13 10])set(gcf,'Units','centimeters','position',get(gcf,'PaperPosition'))h=1;blockmv;lw=0.9;a1=-1.7;a2=0.7;b1=0.9;b2=1;c1=-0.7;c2=0;s0=1;s1=-0.7;r0=0.9;r1=1;clf;%[t,x,y]=sim('blockmv',[0, 100]);subplot(3,1,1);plot(t,y(:,1),'k-','Linew',lw);axis([0,100,-4,4]);set(gca,'Fontsize',9,'Fontname','NewCenturySchlbk');set(gca,'xtick',[0 50 100]);set(gca,'ytick',[-4 -2 0 2 4]);ylabel('Output','Fontname','NewCenturySchlbk','Fontsize',9)xlabel('Time','Fontname','NewCenturySchlbk','Fontsize',9)drawnow;hold on%r0=1;[t,x,y]=sim('blockmv',[0, 100]);subplot(3,1,1);plot(t,y(:,1),'b-','Linew',lw);

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -