代码搜索:CLOSE
找到约 10,000 项符合「CLOSE」的源代码
代码结果 10,000
www.eeworm.com/read/439271/7713474
m chap4_2mf.m
clear all;
close all;
L1=-pi/6;
L2=pi/6;
L=L2-L1;
T=L*1/1000;
x=L1:T:L2;
figure(1);
for i=1:1:5
gs=-[(x+pi/6-(i-1)*pi/12)/(pi/24)].^2;
u=exp(gs);
hold on;
plot(x,u);
end
xla
www.eeworm.com/read/439271/7713480
m chap4_7mf.m
%From SMC book: chap4_6mf.m
clear all;
close all;
L1=-pi/6;
L2=pi/6;
L=L2-L1;
T=L*1/1000;
x=L1:T:L2;
figure(1);
for i=1:1:5
gs=-[(x+pi/6-(i-1)*pi/12)/(pi/24)].^2;
u=exp(gs);
ho
www.eeworm.com/read/439271/7713506
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/439271/7713513
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/439271/7713526
m chap7_6plot.m
close all;
figure(1);
plot(t,fm,'r',t,fs,'b');
xlabel('time(s)');ylabel('fm,fs');
figure(2);
plot(t,xm,'r',t,xs,'b');
xlabel('time(s)');ylabel('xm,xs');
figure(3);
plot(t,tolm,'r');
xla
www.eeworm.com/read/439271/7713530
m chap7_2plot.m
close all;
figure(1);
plot(t,y(:,1),'r',t,y(:,2),'b');
xlabel('time(s)');ylabel('Position tracking');
figure(2);
c=25;
plot(e(:,1),e(:,2),'r',e(:,1),-c*e(:,1),'b');
xlabel('e');ylabel('de')
www.eeworm.com/read/439271/7713614
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/439271/7713627
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/439271/7713639
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/439271/7713642
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('