代码搜索:pendulum
找到约 574 项符合「pendulum」的源代码
代码结果 574
www.eeworm.com/read/205695/15309699
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/205695/15309700
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/475897/6768475
asv chap7_12.asv
%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=1.0;
Fc=0.0005;
I=1/12*m*L^2;
l=1/2*L;
t1
www.eeworm.com/read/475897/6768480
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/475897/6768483
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/475897/6768484
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=1.0;
Fc=0.0005;
I=1/12*m*L^2;
l=1/2*L;
t1
www.eeworm.com/read/294886/8195899
m nndpend.m
function yprime = nndpend(t,y)
%NNDPEND Dynamical model of a pendulum.
%
% NNDPEND(T,Y)
% T - Time
% Y - State = [angle; angular velocity]
% Returns Derivative of state vector.
% First
www.eeworm.com/read/414357/11119028
m nndpend.m
function yprime = nndpend(t,y)
%NNDPEND Dynamical model of a pendulum.
%
% NNDPEND(T,Y)
% T - Time
% Y - State = [angle; angular velocity]
% Returns Derivative of state vector.
% $
www.eeworm.com/read/238364/13891363
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/238364/13891370
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;