photo

Velmurugan G


Last seen: 2年弱 前 2014 年からアクティブ

Followers: 0   Following: 0

Professional Interests: computational Biology

統計

MATLAB Answers

4 質問
0 回答

ランク
10,279
of 301,383

評判
4

コントリビューション
4 質問
0 回答

回答採用率
0.0%

獲得投票数
4

ランク
 of 21,252

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 174,306

コントリビューション
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年以上 前 | 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....

11年弱 前 | 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

1

回答