photo

Velmurugan G


Last seen: 2 years ago Active since 2014

Followers: 0   Following: 0

Message

Professional Interests: computational Biology

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
12,410
of 301,186

REPUTATION
4

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
4

RANK
 of 21,188

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 173,292

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

Feeds

View by

Question


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 years ago | 0 answers | 0

0

answers

Question


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 years ago | 0 answers | 1

0

answers

Question


How to write matlab code to draw bifurcation diagram for fractional-order Lorenz system?
Can any one help.... Thank You....

10 years ago | 0 answers | 3

0

answers

Question


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 years ago | 1 answer | 0

1

answer