Feeds
질문
Problem with pidtune function
For the following code I keep getting just an integral element to my controller even though I am specifying PID. I need PID to g...
1년 초과 전 | 답변 수: 1 | 0
1
답변질문
I'm receiving this error: "Incorrect number or types of inputs or outputs for function int." when trying to run the following code. I think because of the symbolic variables
Code: syms a1 a2 a3 a4 theta dzdx = @(a1, a2, a3, a4) a1*pi*cos(.5*pi*(1-cos(theta))) + 2*a2*pi*cos(pi*(1-cos(theta))) + 3*a3*...
거의 2년 전 | 답변 수: 2 | 0
