代码搜索:CLOSE
找到约 10,000 项符合「CLOSE」的源代码
代码结果 10,000
www.eeworm.com/read/460712/7105782
m qftdm1_plot.m
close all;
figure(1);
plot(t,y(:,1),'r',t,y(:,2),'b');
xlabel('time(s)');ylabel('Position tracking');
figure(2);
plot(t,u(:,1),'r');
xlabel('time(s)');ylabel('Control input');
www.eeworm.com/read/460712/7105793
m qftex11.m
% QFTEX11 Active vibration isolation.
% Author: Y. Chait
% 11/19/93
% Copyright (c) 1995-98 by The MathWorks, Inc.
% $Revision: 1.4 $
clc
clear
echo on
% Example #11 (active vibrat
www.eeworm.com/read/460712/7105846
m qftex7.m
% QFTEX7 Cascaded: Inner-outer.
% Author: Y. Chait
% 7/15/93
% Copyright (c) 1995-98 by The MathWorks, Inc.
% $Revision: 1.4 $
clc
clear
echo on
% Example #7 (inner-outer cascaded
www.eeworm.com/read/460712/7105863
m qftex14.m
% QFTEX14 CD mechanism - sampled-data.
% Author: Y. Chait
% 1/17/94
% Copyright (c) 1995-98 by The MathWorks, Inc.
% $Revision: 1.4 $
clc
clear
echo on
% Example #14 (compact disk)
www.eeworm.com/read/460712/7105866
m qftex9.m
% QFTEX9 Uncertain flexible mechanism.
% Author: Y. Chait
% 2/15/93
% Copyright (c) 1995-98 by The MathWorks, Inc.
% $Revision: 1.4 $
clc
clear
echo on
% Example #9 (flexible servo
www.eeworm.com/read/460712/7105875
m qftex3.m
% QFTEX3 Non-parametric uncertainty.
% Author: Y. Chait
% 10/10/94
% Copyright (c) 1995-98 by The MathWorks, Inc.
% $Revision: 1.4 $
clc
clear
echo on
% Example #3 (non-parametric
www.eeworm.com/read/460712/7105907
m chap8_2plot.m
close all;
figure(1);
plot(t,x(:,1),'r',t,x(:,2),'b');
xlabel('time(s)');ylabel('position tracking');
figure(2);
plot(t,tol(:,1),'r');
xlabel('time(s)');ylabel('tol');
www.eeworm.com/read/460712/7105924
m chap6_4plot.m
close all;
figure(1);
plot(t,x(:,1),'r',t,x(:,6),'b');
xlabel('time(s)');ylabel('position tracking of link');
figure(2);
plot(t,tol,'r');
xlabel('time(s)');ylabel('Control input');
www.eeworm.com/read/460712/7105927
m chap6_1plot.m
close all;
figure(1);
subplot(211);
plot(t,yd(:,1),'r',t,y(:,1),'b');
xlabel('time(s)');ylabel('Position tracking');
subplot(212);
plot(t,yd(:,2),'r',t,y(:,2),'b');
xlabel('time(s)');ylabel('
www.eeworm.com/read/460712/7105937
m chap6_5plot.m
close all;
figure(1);
plot(t,y(:,1),'r',t,y(:,2),'b');
xlabel('time(s)');ylabel('Position tracking');
figure(2);
plot(t,ut(:,1),'r');
xlabel('time(s)');ylabel('Control input');
figure(3);
pl