代码搜索:pendulum
找到约 574 项符合「pendulum」的源代码
代码结果 574
www.eeworm.com/read/155809/11845518
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/155809/11845525
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/155809/11845526
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/258606/11850831
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/258606/11850841
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/258606/11850843
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/341517/12080320
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/341517/12080331
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/341517/12080333
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/152680/12093871
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;