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 year 前 | 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 years 前 | 2 个回答 | 0
