代码搜索:Inverted
找到约 874 项符合「Inverted」的源代码
代码结果 874
www.eeworm.com/read/165020/10078696
h lpglob.h
#include
/* Globals */
extern int Level;
extern int Warn_count;
extern REAL Trej;
extern REAL Extrad;
extern short just_inverted;
extern short status;
extern shor
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/297653/8005816
h lpglob.h
#include
/* Globals */
extern int Level;
extern int Warn_count;
extern REAL Trej;
extern REAL Extrad;
extern short just_inverted;
extern short status;
extern shor
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/489227/6476922
h lpglob.h
#include
/* Globals */
extern int Level;
extern int Warn_count;
extern REAL Trej;
extern REAL Extrad;
extern short just_inverted;
extern short status;
extern shor
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/115440/15014428
h lpglob.h
#include
/* Globals */
extern int Level;
extern int Warn_count;
extern REAL Trej;
extern REAL Extrad;
extern short just_inverted;
extern short status;
extern shor
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/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;