Trajectories of a non linear control system

1 次查看(过去 30 天)
How can i plot the trajectories of x^2+y^2=c where c can be 1,2,3 etc

回答(1 个)

Torsten
Torsten 2015-11-3
编辑:Torsten 2015-11-3
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.

类别

Help CenterFile Exchange 中查找有关 Control Systems 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by