Trajectories of a non linear control system
Mostrar comentarios más antiguos
How can i plot the trajectories of x^2+y^2=c where c can be 1,2,3 etc
1 comentario
Verisign
el 3 de Nov. de 2015
Respuestas (1)
Solution is
x1(t)=a*sin(sqrt(1.5)*t)+b*cos(sqrt(1.5)*t)
x2(t)=sqrt(1.5)*[a*cos(sqrt(1.5)*t)-b*sin(sqrt(1.5)*t)]
And now ?
Best wishes
Torsten.
Categorías
Más información sobre Introduction to Installation and Licensing en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!