错误使用 trapz (line 47) 维度参数必须是处于索引范围内的正整数标量。 出错 T_5_29_7>pendulum_sys (line 168) u = -Kp*theta - Ki*trapz(t,theta) - Kd*omega; 出错 T_5_29_7>@(t,x)pendulum_sys(t,x,A,B,C,Kp,Ki,Kd,m,l,g,f) (line 127) [t,x] = ode45(@(t,x)pendulum_sys(t,x,A,B,C,Kp,Ki,Kd,m,l,g,f), tspan, x0); % 求解ODE 出错 odearguments (line 90) f0 = feval(ode,t0,y0,args{:}); % ODE15I sets args{1} to yp0. 出错 ode45 (line 115) odearguments(FcnHandlesUsed, solver_name, ode, tspan, y0, options, varargin); 出错 T_5_29_7 (line 127) [t,x] = ode45(@(t,x)pendulum_sys(t,x,A,B,C,Kp,Ki,Kd,m,l,g,f), tspan, x0); % 求解ODE >>