代码搜索:Tracking

找到约 2,832 项符合「Tracking」的源代码

代码结果 2,832
www.eeworm.com/read/331559/12820862

m chap5_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(:,1),'r'); xlabel('time(s)');ylabel('Control input'); figure(3);
www.eeworm.com/read/331559/12820882

m chap6_4plot.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('error'); figure(3);
www.eeworm.com/read/331559/12820893

m chap6_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,u(:,1),'r'); xlabel('time(s)');ylabel('Control input');
www.eeworm.com/read/331559/12820895

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/331559/12820939

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/331559/12820956

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); plot(t,du(:,1),'r'); xlabel('time(s)');ylabel('Derivative of Control input');
www.eeworm.com/read/331559/12820974

m chap7_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,du(:,1),'r'); xlabel('time(s)');ylabel('Derivative of Control input');
www.eeworm.com/read/331559/12821137

m chap10_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,u(:,1),'r'); xlabel('time(s)');ylabel('Control input'); figure(3);
www.eeworm.com/read/331559/12821144

m chap10_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,'r'); xlabel('time(s)');ylabel('initial control input'); figure(3
www.eeworm.com/read/331559/12821186

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');