Phase plane (I can't use quiver)

1 次查看(过去 30 天)
Francisco Molina
Francisco Molina 2020-5-21
I have this system myth a simple PID controller
u = -Kp*(x(1) - theta_d) - Ki*(x(3)) - Kd*(x(2));
dxdt(1) = x(2);
dxdt(2) = (-l*Fg*sin(x(1)))/I - (l*x(2))/I + (g*l*u)/I;
dxdt(3) = x(1)-theta_d;
dxdt = dxdt';
but I can't to apply the quiver command, the figure don´t show anything.
Can someone help me please. Thanks, regards!

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Vector Fields 的更多信息

产品


版本

R2020a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by