代码搜索:CLOSE
找到约 10,000 项符合「CLOSE」的源代码
代码结果 10,000
www.eeworm.com/read/439271/7713168
m chap8_5plot.m
close all;
figure(1);
plot(t,y(:,1),'r',t,y(:,2),'b');
xlabel('time(s)');ylabel('position tracking');
figure(2);
subplot(411);
plot(t,u(:,1),'r');
xlabel('time(s)');ylabel('tol');
subplot(
www.eeworm.com/read/439271/7713202
m qfterror.m
function qfterror(flag,info)
% QFTERROR Caught error function. (Utility Function)
% QFTERROR is executed if there is an error with SISOBNDS and GENBNDS.
% It is also used by the d
www.eeworm.com/read/439271/7713312
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/439271/7713323
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/439271/7713376
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/439271/7713393
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/439271/7713396
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/439271/7713405
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/439271/7713437
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/439271/7713473
m chap4_1plot.m
close all;
figure(1);
plot(t,y(:,1),'r',t,y(:,2),'b');
xlabel('time(s)');ylabel('Position tracking');
figure(2);
plot(t,y(:,1)-y(:,2),'r');
xlabel('time(s)');ylabel('Position tracking error'