photo

Rajasekar S P


Last seen: 대략 2개월 전 2017년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

9 질문
1 답변

순위
110,660
of 302,049

평판
0

참여
9 질문
1 답변

답변 채택
22.22%

획득한 표
0

순위
 of 21,520

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 178,520

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


I am expecting a spring (spiral) type phase portrait for this program. But I am not getting the desired result. Kindly check this program and advise me. I need help.
randn('state',100) Szero =.60;Izero=.20;Rzero=.20; T = 2000; N = 2^11; dt = 0.3; dW = sqrt(dt)*randn(1,N); % Brownian increm...

대략 7년 전 | 답변 수: 0 | 0

0

답변

질문


How can I plot a graph in given Stochastic model ? what is the commend to plot a graph?
rand('state',100) A=12; la=0.01; d=0.1; ep=0.01; mu=0.1; r=2; al=1; k=0.1; si= 0....

8년 초과 전 | 답변 수: 0 | 0

0

답변

질문


How can I plot a graph in given Stochastic model ? what is the commend to plot a graph?
rand('state',100) A=12; la=0.01; d=0.1; ep=0.01; mu=0.1; r=2; al=1; k=0.1; si= 0.01; Szero =...

8년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Milstein method for Stochastic SIR model - Mathlab program - Figure shows that only deterministic not stochastic increments.
clf A=12; la=0.01; d=0.1; ep=0.01; mu=0.1; r=2; al=1; k=0.1; si= 0.01; randn('state',1) T = 3...

8년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Milstein method for Stochastic SIR model - Mathlab program - Graph shows that deterministic not stochastic
clf A=12; la=0.01; d=0.1; ep=0.01; mu=0.1; r=2; al=1; k=0.1; si= 0.01; randn('state',1) T = 3...

8년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Need solution for this - error message "In an assignment A(:) = B, the number of elements in A and B must be the same."
can you please help me to correct the above mentioned problem in the following mathlab code. randn('state',100) A=15; ...

8년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to display the different solutions in system of equations?
Consider the SIR model. S'(t)=A-d*S(n)-la*S(n)*I(n)/(1+k*I(n)); I'(t)= la*S(n)*I(n)/(1+k*I(n))-(d+ep+mu)*I(n)-r*I(n)/(1+...

8년 초과 전 | 답변 수: 0 | 0

0

답변

답변 있음
How to solve nonlinear system of equations?
bS(t) is b*S(t),cS(t)I(t)is c*S(t)*I(t) and rI(t) is r*I(t)

8년 초과 전 | 0

| 수락됨

질문


How to solve nonlinear system of equations?
How to solve nonlinear system of equations in mathematical epidemiology S'(t)= A- bS(t)- (cS(t)I(t))/(1+kI(t)) I'(t...

8년 초과 전 | 답변 수: 2 | 0

2

답변

질문


How to solve nonlinear system of equations ?
How to solve nonlinear system of equations in mathematical epidemiology S'(t)= A- bS(t)- (cS(t)I(t))/(1+kI(t)), I'(t)= (cS(t)I...

8년 초과 전 | 답변 수: 0 | 0

0

답변