代码搜索:pendulum
找到约 574 项符合「pendulum」的源代码
代码结果 574
www.eeworm.com/read/439680/7703158
m chap7_13.m
%Control for Crane Double Pendulum
clear all;
close all;
global K
A=[ 0 1.0000 0 0 0 0
0 -58.1558 -13.3099 0 0 0
0
www.eeworm.com/read/438605/7729286
m chap7_13.m
%Control for Crane Double Pendulum
clear all;
close all;
global K
A=[ 0 1.0000 0 0 0 0
0 -58.1558 -13.3099 0 0 0
0
www.eeworm.com/read/438601/7729472
m chap7_11.m
%Control for Crane Double Pendulum
clear all;
close all;
global K
A=[ 0 1.0000 0 0 0 0
0 -58.1558 -13.3099 0 0 0
0
www.eeworm.com/read/333652/12666778
m chap7_13.m
%Control for Crane Double Pendulum
clear all;
close all;
global K
A=[ 0 1.0000 0 0 0 0
0 -58.1558 -13.3099 0 0 0
0
www.eeworm.com/read/246998/12693490
m chap7_13.m
%Control for Crane Double Pendulum
clear all;
close all;
global K
A=[ 0 1.0000 0 0 0 0
0 -58.1558 -13.3099 0 0 0
0
www.eeworm.com/read/139562/13149029
m chap7_11.m
%Control for Crane Double Pendulum
clear all;
close all;
global K
A=[ 0 1.0000 0 0 0 0
0 -58.1558 -13.3099 0 0 0
0
www.eeworm.com/read/136696/13365591
m invpend.m
function [xdot] = invpend(x,F)
%INVPEND: The nonlinear model for inverted pendulum with the parameters
% given in Mp(mass of pole),Lp(half-length of pole),Mc(mass
% of cart) will
www.eeworm.com/read/320820/13417662
m chap4_9f.m
%Local linearization for single inverted pendulum
clear all;
close all;
g=9.8;
m=2;
M=8;
l=0.5;
a=l/(m+M);
%Equation:
A21=g/(4/3*l-a*m*l);
A=[0 1;
A21 0];
B2=-a/(4/3*l-a*m*l);
B=[0
www.eeworm.com/read/320554/13424155
m trans_func_ip_comp.m
%--------------------------------------------------------------------------------------------
% trans_func_ip_comp.m
% Design and Development of Closed Loop Control for INVERTED PENDULUM
% By IIEE
www.eeworm.com/read/320554/13424156
m analysis_uc_ip.m
%-----------------------------------------------------------------------------
% analysis_uc_ip.m
% Design and Development of Closed Loop Control for INVERTED PENDULUM
% By IIEE Visionaries
% Copy