代码搜索:pendulum

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

代码结果 574
www.eeworm.com/read/444342/7613658

mdl double_pendulum1.mdl

Model { Name "double_pendulum1" Version 5.1 SaveDefaultBlockParams on SampleTimeColors off LibraryLinkDisplay "none" WideLines off ShowLineDimensions off ShowP
www.eeworm.com/read/437834/7741192

c pendulum_sfunc_c.c

//Nguoi lap trinh: Lam Quoc Hung. //Mon hoc: Lap trinh nang cao. //File: Pendulum_Sfunc_C.m : Mo hinh S-function con lac nguoc su dung C-File. #define S_FUNCTION_NAME Pendulum_Sfunc_C #define S_
www.eeworm.com/read/437834/7741193

mdl mophong_inverted_pendulum.mdl

Model { Name "Mophong_Inverted_Pendulum" Version 5.0 SaveDefaultBlockParams on SampleTimeColors off LibraryLinkDisplay "none" WideLines off ShowLineDimensions off
www.eeworm.com/read/437834/7741216

m pendulum_goc_xe.m

function [sys,x0,str,ts] = Pendulum_Goc_Xe(t,x,u,flag) M=2; m=0.1; l=0.5; g=9.81; u=1; t0=0; tf=1.0; A=[0 1 0 0;((M+m)*g)/(M*l) 0 0 0; 0 0 0 1; -m*g/M 0 0 0]; B=[ 0;-1/(M*l);0;1/M]; C=[ 1 0
www.eeworm.com/read/227049/14442412

mdl double_pendulum1.mdl

Model { Name "double_pendulum1" Version 5.1 SaveDefaultBlockParams on SampleTimeColors off LibraryLinkDisplay "none" WideLines off ShowLineDimensions off ShowP
www.eeworm.com/read/192888/8267956

mdl threedim_pendulum_control.mdl

# $Revision: 1.7.4.4 $ # $Date: 2004/01/22 18:38:12 $ # $Author: batserve $ # Copyright 1998-2004 HUMUSOFT s.r.o. and The MathWorks, Inc. Model { Name "threedim_pendulum_control" Version
www.eeworm.com/read/152244/7139438

m cp4_2.m

%%%%%%%%%%% Comprehensive Problem 4.2 %%%%%%%%%%% % Discrete-Time Control Problems using % % MATLAB and the Control System Toolbox % % by J.H. Chow, D.K. Frederick, & N.W. Chbat %