Ruksana Shaikh
Followers: 0 Following: 0
統計
MATLAB Answers
4 質問
0 回答
ランク
of 153,912
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
how to solve partial differential equation
[alfa*d*(d+alfa)*(d+sigma)*(d+gamma+m)/sigma*beta*A*(alfa+(1-u)d)] * partial differention of this {sigma*beta*A*(alfa+(1-u)d)/d...
3年弱 前 | 0 件の回答 | 0
0
回答質問
ploting between infected pepole and reproduction number
i want to plot between dx(3,:) = sigma * x(2) - (gamma+d+m)* x(3); R0 = (sigma*beta*A)*(d*(1-u)+alfa)/d*(d+alfa)*(d+sigma)*(d...
3年弱 前 | 1 件の回答 | 0
1
回答質問
how to plot different R0 value in single graph
i want to plot for R0= lembda*epslon/(b+gama)*(b+epslon) R=Rp+Rq= p*b/(b+epslon) +q*b*epslon/(b+gama)(b+epslon) i want to pl...
3年弱 前 | 1 件の回答 | 0
1
回答質問
how to plot graph for SIR epidemic model
my SIR epidemic model is dS/dt= beta-lembda*I*S-u*S; dI/dt=lembda*I*S-u*I-gamma*R; dR/dt=gamma*R-u*R; t=0:1:100; gamma=.10;...
3年弱 前 | 2 件の回答 | 0