代码搜索:pendulum

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

代码结果 574
www.eeworm.com/read/244381/12869676

m ms_pend.m

% mu-synthesis of the triple inverted pendulum % DK_DEF_NAME = 'dk_pend'; dkit K = k_dk3pend; K_mu = K;
www.eeworm.com/read/155109/11898482

m pendul2.m

%PENDUL2 Second setup file for the inverted pendulum simulator % % % PENDULUM 3.0 - A BALL BALANCING SIMULATOR % % % Simulates linear and fuzzy control strategies for a bal
www.eeworm.com/read/315461/13541939

m s_xmp2.m

function [sys,x0,str,ts] = s_xmp2(t,x,u,flag,M,m,l) % S-file example 2 % This is an S-file subsystem that models a cart with % inverted pendulum. The cart and pendulum masses and % pendulum
www.eeworm.com/read/163969/10135888

m tiii1.m

load pendulum; immovie(frames); nFrames = size(frames,4); first_frame = frames(:,:,:,1); first_region = imcrop(first_frame,rect); frame_regions = repmat(uint8(0), [size(first_region) nFrames]);
www.eeworm.com/read/424063/10500604

m pendsets.m

function pendsets(time,ud,u) %PENDSETS Animation for the inverted pendulum demo. % PENDSETS(TIME,UD,U) uses set to position the graphic objects % for the inverted pendulum demo. UD con
www.eeworm.com/read/147096/12584426

m pendsets.m

function pendsets(time,ud,u) %PENDSETS Animation for the inverted pendulum demo. % PENDSETS(TIME,UD,U) uses set to position the graphic objects % for the inverted pendulum demo. UD con
www.eeworm.com/read/101557/15826667

m pendsets.m

function pendsets(time,ud,u) %PENDSETS Animation for the inverted pendulum demo. % PENDSETS(TIME,UD,U) uses set to position the graphic objects % for the inverted pendulum demo. UD con
www.eeworm.com/read/244381/12869683

m s_pend.m

function [sys,x0,str,ts] = s_pend(t,x,w,flag) % % S-function for nonlinear modeling of triple inverted pendulum. % % Inputs: t - time in secs. % x - pendulum state. % w
www.eeworm.com/read/299343/3853275

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/449781/1673956

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;