代码搜索:pendulum
找到约 574 项符合「pendulum」的源代码
代码结果 574
www.eeworm.com/read/466283/7041709
m smc_invertedpendulum.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Example of SMC (Sliding Mode Control) for an inverted pendulum
%
% Affiliation: Ocean Engineering Lab., Seoul Nati
www.eeworm.com/read/331765/7035269
cpp face.cpp
/*************************************************
直线一级倒立摆
Linear Single Inverted Pendulum
**************************************************/
#include
#i
www.eeworm.com/read/320554/13424166
m trans_func_ip_uc.m
%--------------------------------------------------------------------------------------------
% trans_func_ip_uc.m
% Design and Development of Closed Loop Control for INVERTED PENDULUM
% By IIEE Vi
www.eeworm.com/read/262937/11384081
m trans_func_ip_uc.m
%--------------------------------------------------------------------------------------------
% trans_func_ip_uc.m
% Design and Development of Closed Loop Control for INVERTED PENDULUM
% By IIEE Vi
www.eeworm.com/read/406741/11436856
m trans_func_ip_uc.m
%--------------------------------------------------------------------------------------------
% trans_func_ip_uc.m
% Design and Development of Closed Loop Control for INVERTED PENDULUM
% By IIEE Vi
www.eeworm.com/read/466283/7041710
m invertedpendulum.m
function xDot = InvertedPendulum(x, ui, values)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% inverted pendulum
%
% input:
% state vector x = [x1 x2]'
% cont
www.eeworm.com/read/155109/11898502
m setctrlr.m
%
% Syntax: ConType = setctrlr(strEvent, hConType)
%
% Inputs: strEvent is an event string, defined in the file 'pendulum.m'.
% hConType is a handle to a uicontrol
% Output: ConTy
www.eeworm.com/read/142434/12945721
m pendul.m
% pendul - Program to compute the motion of a simple pendulum
% using the Euler or Verlet method
clear all; help pendul % Clear the memory and print header
%* Select the numerical method to
www.eeworm.com/read/261074/11667368
m pendul.m
%% pendul - Program to compute the motion of a simple pendulum
% using the Euler or Verlet method
clear all; help pendul % Clear the memory and print header
%% * Select the numerical method
www.eeworm.com/read/261064/11667786
f pendul.f
! pendul - Program to compute the motion of a simple pendulum
! using the Euler or Verlet method
program pendul
integer*4 MAXnStep
parameter( MAXnStep = 100000 )
integer*4 met