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 Center および File ExchangeVector Fields についてさらに検索

製品


リリース

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by