Fares
Followers: 0 Following: 0
統計
MATLAB Answers
8 質問
0 回答
ランク
of 154,207
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
How to compute the mean of several stochastic realizations
I have a code that can be used to plot sample paths of the stochastic differential equation competition model clear a10=2; a20...
5ヶ月 前 | 1 件の回答 | 0
1
回答質問
Unable to perform assignment because the left and right sides have a different number of elements.
I am trying to run this code but always get this error r0=0.05; k1=0.5; k2=0.5; mu=0.5; rho=0.5; epsilon=0.25; K=1; alph...
10ヶ月 前 | 2 件の回答 | 0
2
回答質問
How to solve a system of distributed delay equations?
I have a code, which gives a solution of a system of discrete delay equations. This is how I run it lags=1; tspan=[0 600]; ...
1年以上 前 | 1 件の回答 | 1
1
回答質問
Roots of an equation when two parameters are changed
I have this equation r0=0.05; k1=0.5; k2=0.5; mu=0.5; rho=0.5; epsilon=0.25; K=1; alpha=0.1; q=0.1; b=0.8; zeta...
1年以上 前 | 1 件の回答 | 0
1
回答質問
if elseif else statement not working
I have this code r0=0.05; k1=0.5; k2=0.5; K=1; mu=0.5; rho=0.5; alpha=0.1; b=0.05; epsilon=0.25; sigma=0.05; eta=0.0...
1年以上 前 | 1 件の回答 | 0
1
回答質問
How to define this variable on MATLAB
I have this positive equilibrium (x,l,y,v,M) where x = (q/b)*(eta+(eps*M)/(1+M))*(1+mu+((rho*M)/(1+M))) l = (q/(alp*sig))*(ze...
2年弱 前 | 2 件の回答 | 0
2
回答質問
A positive root of an equation
Hello dear, I have a mathemtaical model and one of the dependant variable, M, is a positive root of a nonlinear equation. I am ...
2年弱 前 | 2 件の回答 | 0
2
回答質問
Question on DDE23
I have been trying to solve a system of delay differential equations where the delay paramter is included in the 5th state varia...
約2年 前 | 2 件の回答 | 0