photo

Velmurugan G


Last seen: 거의 2년 전 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년 초과 전 | 답변 수: 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

1

답변