代码搜索:pendulum

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

代码结果 574
www.eeworm.com/read/167762/9953176

m chap4_9.m

%Sugeno type fuzzy control for single inverted pendulum close all; warning off; P=[-10-10i;-10+10i]; %Stable pole point F=place(A,B,P) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% tsu=n
www.eeworm.com/read/362924/7139051

m chap4_9.m

%Sugeno type fuzzy control for single inverted pendulum close all; warning off; P=[-10-10i;-10+10i]; %Stable pole point F=place(A,B,P) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% tsu=n
www.eeworm.com/read/457218/7332249

m chap4_9.m

%Sugeno type fuzzy control for single inverted pendulum close all; warning off; P=[-10-10i;-10+10i]; %Stable pole point F=place(A,B,P) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% tsu=n
www.eeworm.com/read/320820/13417676

m chap4_9.m

%Sugeno type fuzzy control for single inverted pendulum close all; P=[-10-10i;-10+10i]; %Stable pole point F=place(A,B,P) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% tsu=newfis('tsu','s
www.eeworm.com/read/227048/14442511

m chap4_9.m

%Sugeno type fuzzy control for single inverted pendulum close all; warning off; P=[-10-10i;-10+10i]; %Stable pole point F=place(A,B,P) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% tsu=n
www.eeworm.com/read/212609/15151901

m chap4_9.m

%Sugeno type fuzzy control for single inverted pendulum close all; P=[-10-10i;-10+10i]; %Stable pole point F=place(A,B,P) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% tsu=newfis('tsu','s
www.eeworm.com/read/27111/979946

c rtc.c

/** * Simple Real time clock example by Garth Klee. * If run on PICDEM2+, time will be displayed * on LCD and will incorporate LED pendulum. * Has been written to run on PIC16F87x/A */
www.eeworm.com/read/299343/3853271

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/299343/3853274

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

m chap7_10f.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;