代码搜索:CLOSE
找到约 10,000 项符合「CLOSE」的源代码
代码结果 10,000
www.eeworm.com/read/460712/7105531
m chap4_10plot.m
close all;
figure(1);
plot(t,x(:,1),'r',t,x(:,2),'b');
xlabel('time(s)');ylabel('position and speed response');
figure(2);
plot(t,u(:,1),'r');
xlabel('time(s)');ylabel('control input');
www.eeworm.com/read/460712/7105538
m chap4_11plot.m
close all;
figure(1);
plot(t,x(:,1),'r',t,x(:,2),'b');
xlabel('time(s)');ylabel('position tracking of link 1');
figure(2);
plot(t,w(:,1),'r');
xlabel('time(s)');ylabel('w');
figure(3);
plo
www.eeworm.com/read/460712/7105581
m chap5_12plot.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);
www.eeworm.com/read/460712/7105594
m chap5_11plot.m
close all;
figure(1);
plot(t,y(:,1),'r',t,y(:,2),'b');
xlabel('time(s)');ylabel('Position tracking');
figure(2);
plot(t,error(:,1),'r');
xlabel('time(s)');ylabel('Position tracking error');
www.eeworm.com/read/460712/7105605
m chap8_1plot.m
close all;
figure(1);
plot(t,y(:,1),'r',t,y(:,3),'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/7105621
m qftdm2_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');
figure(3);
www.eeworm.com/read/460712/7105624
m qft_int.m
% G and F design for QFT
clear all;
close all;
% Controller
k=800;
z=150;
p=50000;
G=tf(k*[1/z,1],[1/p,1]);
[numG,denG]=tfdata(G,'v');
% Filter
k=1;
p=150;
F=tf(k,[1/p,1]);
[numF,denF
www.eeworm.com/read/460712/7105627
m qft_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');
figure(3);
www.eeworm.com/read/460712/7105638
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/460712/7105672
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