Velmurugan G
Followers: 0 Following: 0
Statistica
4 Domande
0 Risposte
RANK
12.409
of 301.204
REPUTAZIONE
4
CONTRIBUTI
4 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
0.0%
VOTI RICEVUTI
4
RANK
of 173.368
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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...
oltre 6 anni fa | 0 risposte | 0
0
risposteDomanda
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), ...
quasi 10 anni fa | 0 risposte | 1
0
risposteDomanda
How to write matlab code to draw bifurcation diagram for fractional-order Lorenz system?
Can any one help.... Thank You....
oltre 10 anni fa | 0 risposte | 3
0
risposteDomanda
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...
quasi 12 anni fa | 1 risposta | 0