Feeds
질문
How to code a PID controller using int and diff function?
dt = 1; for i=1:dt:20 e1=x1d-y(1); Ux=kp5*e1+ki5*integral(e1,0,Inf)+kd5*diff(e1)
5년 초과 전 | 답변 수: 0 | 0
0
답변질문
quadrator control sliding mode control is not working properly?
i was trying to run quadrator control sliding mode programs but not working properly init.m.please help
대략 7년 전 | 답변 수: 0 | 0
