Phase plane (I can't use quiver)

1 visualización (últimos 30 días)
Francisco Molina
Francisco Molina el 21 de Mayo de 2020
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!

Respuestas (0)

Categorías

Más información sobre Vector Fields en Help Center y File Exchange.

Productos


Versión

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by