代码搜索:pendulum
找到约 574 项符合「pendulum」的源代码
代码结果 574
www.eeworm.com/read/163199/10170979
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/163199/10170980
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/163161/10172678
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/163161/10172684
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/163161/10172686
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/163051/10178411
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/425560/10347109
tmp ~vc1f.tmp
# Microsoft Developer Studio Project File - Name="pendulum" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86)
www.eeworm.com/read/351010/10688483
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/158963/10707570
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/274975/10842024
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