代码搜索:CLOSE
找到约 10,000 项符合「CLOSE」的源代码
代码结果 10,000
www.eeworm.com/read/459244/7278190
m chap6_2plot.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/459244/7278204
m chap6_3plot.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/459244/7278220
m chap7_5plot.m
close all;
figure(1);
plot(t,y(:,1),'r');
xlabel('time(s)');ylabel('state response');
figure(2);
plot(t,du,'r');
xlabel('time(s)');ylabel('derivative of control input');
figure(3);
plot(
www.eeworm.com/read/459244/7278221
m chap7_4plot.m
close all;
figure(1);
plot(t,y(:,1),'r');
xlabel('time(s)');ylabel('state response');
figure(2);
plot(t,du,'r');
xlabel('time(s)');ylabel('derivative of control input');
figure(3);
plot(
www.eeworm.com/read/459244/7278223
m chap7_3plot.m
close all;
figure(1);
plot(t,y(:,1),'r');
xlabel('time(s)');ylabel('state response');
figure(2);
plot(t,u,'r');
xlabel('time(s)');ylabel('control input');
www.eeworm.com/read/459244/7278234
m chap8_2plot.m
close all;
c=20;
figure(1);
plot(t,y(:,1),'r',t,y(:,2),'b');
xlabel('time(s)');ylabel('State response');
figure(2);
plot(t,u(:,1),'r');
xlabel('time(s)');ylabel('control input');
figure(
www.eeworm.com/read/459244/7278236
m chap10_7plot.m
close all;
figure(1);
plot(t,x(:,1),'r',t,x(:,2),'b');
xlabel('time(s)');ylabel('state response');
figure(2);
plot(t,u,'r');
xlabel('time(s)');ylabel('control input');
figure(3);
c=5;
p
www.eeworm.com/read/459244/7278253
m chap10_8plot.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/459244/7278257
m chap10_6plot.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,'r');
xlabel('time(s)');ylabel('control input');
figure(3);
plot
www.eeworm.com/read/459244/7278263
m chap10_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,u,'r');
xlabel('time(s)');ylabel('control input');