代码搜索:pendulum

找到约 574 项符合「pendulum」的源代码

代码结果 574
www.eeworm.com/read/333652/12666743

m chap7_11f.m

function dx=dym(t,x,flag,para) global A B C D u=para; dx=zeros(4,1); %State equation for one link inverted pendulum dx=A*x+B*u;
www.eeworm.com/read/333652/12666744

m chap7_12.m

%Single Link Inverted Pendulum Control clear all; close all; global A B C D %Single Link Inverted Pendulum Parameters g=9.8; M=1.0; m=0.1; L=0.5; Fc=0.0005; Fp=0.000002; I=1/12*m*L^2;
www.eeworm.com/read/246998/12693466

m chap7_12f.m

function dx=dym(t,x,flag,para) global A B C D u=para; dx=zeros(4,1); %State equation for one link inverted pendulum dx=A*x+B*u;
www.eeworm.com/read/246998/12693469

m chap7_11f.m

function dx=dym(t,x,flag,para) global A B C D u=para; dx=zeros(4,1); %State equation for one link inverted pendulum dx=A*x+B*u;
www.eeworm.com/read/246998/12693470

m chap7_12.m

%Single Link Inverted Pendulum Control clear all; close all; global A B C D %Single Link Inverted Pendulum Parameters g=9.8; M=1.0; m=0.1; L=0.5; Fc=0.0005; Fp=0.000002; I=1/12*m*L^2;
www.eeworm.com/read/139562/13149040

m chap7_10f.m

function dx=dym(t,x,flag,para) global A B C D u=para; dx=zeros(4,1); %State equation for one link inverted pendulum dx=A*x+B*u;
www.eeworm.com/read/139562/13149044

m chap7_10.m

%Single Link Inverted Pendulum Control clear all; close all; global A B C D %Single Link Inverted Pendulum Parameters g=9.8; M=1.0; m=0.1; L=0.5; Fc=0.0005; Fp=0.000002; I=1/12*m*L^2;
www.eeworm.com/read/322334/13382340

m threelqrlqy.m

%=================================== %parameters M1=1.320; %小车质量/kg M2=0.208; %1、2摆杆间的质量快/kg M3=0.208; %2、3摆杆间的质量快/kg L1=0.090; %1摆质心到
www.eeworm.com/read/320130/13432572

m chap7_12f.m

function dx=dym(t,x,flag,para) global A B C D u=para; dx=zeros(4,1); %State equation for one link inverted pendulum dx=A*x+B*u;
www.eeworm.com/read/320130/13432575

m chap7_11f.m

function dx=dym(t,x,flag,para) global A B C D u=para; dx=zeros(4,1); %State equation for one link inverted pendulum dx=A*x+B*u;