Velmurugan G
Followers: 0 Following: 0
Feeds
질문
How to code more than one sampling instants (sampled-data control) loop?
x(t)=Ax(t)+Bu(t) u(t)=Kx(t_k) ; u(t) is sampled-data contorl and x(t) is state vector. A and B are any square matrix; we need...
6년 초과 전 | 답변 수: 0 | 0
0
답변질문
Bifurcation code for delay Lorenz system
dx_1(t)/dt=&28*(x_2(t-\tau)-x_1(t)), dx_2(t)/dt=&10*x_1(t)-x_2(t)-x_1(t)x_3(t), dx_3(t)/dt=&-8/3*x_3(t-\tau)+x_1(t)x_2(t), ...
거의 10년 전 | 답변 수: 0 | 1
0
답변질문
How to write matlab code to draw bifurcation diagram for fractional-order Lorenz system?
Can any one help.... Thank You....
10년 초과 전 | 답변 수: 0 | 3
0
답변질문
How to use more that one initial conditions In ODE45
tfinal=10; for k=1:10 x0=[1+k; 0.2+k] % 11 initial condtions [t,x]=ode45('lorenzeq',[0,tfinal],x0); end % Final init...
거의 12년 전 | 답변 수: 1 | 0