photo

Velmurugan G


Last seen: 2 years 前 自 2014 起处于活动状态

Followers: 0   Following: 0

消息

Professional Interests: computational Biology

统计学

MATLAB Answers

4 个提问
0 个回答

排名
12,410
of 301,175

声誉
4

贡献数
4 个提问
0 个回答

回答接受率
0.0%

收到投票数
4

排名
 of 21,185

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 173,238

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
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 years 前 | 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 years 前 | 0 个回答 | 1

0

个回答

提问


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

10 years 前 | 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 years 前 | 1 个回答 | 0

1

个回答