Feeds
질문
How to fix Error in ode45 in matlab
Hi friends I have both script and function file that come up with the error below. The files are expected to solve Epidemic mode...
5년 초과 전 | 답변 수: 0 | 0
0
답변질문
I have two differential equation and their parameters given below. Wants to plot a bifurcation diagram of the two ODE using tau as the bifurcation parameter. Can someone please assist as the codes did not produce desired result.
%%dE/dt=tauI/N(S1+(1-epsilon)V1) -(sigma1+mu1)E; %%dI/dt=sigma1E-(gamma+mu1+delta)I. %% Initialize the environment ...
8년 초과 전 | 답변 수: 0 | 0
0
답변질문
I am new in matlab. Can someone assist me with matlab code for the differential equation and the paramter (beta) listed below, thanks.
Differential equation: dE/dt=(alpha1*b*I*(S+(1-epsilon)*V))/N -(sigma1+mu1)*E Paramter: beta. With the following values: beta...
8년 초과 전 | 답변 수: 0 | 0
0
답변질문
I mean to draw a contour plot of Rc, lambdaM and beta with the codes and parameter values below, but matlab did not produce any graph for me. Can someone please assist me.
beta =(-0.001:0.00001:0.00003); lambdaM =(0.81:1:104); epsilon=0.75;lambdaH=0.073;alpha1=0.24;mu1=0.00003189;mu2=0.07143; s...
8년 초과 전 | 답변 수: 1 | 0
1
답변질문
How can i make Subscript indices to be real positive integers or logicals.from the codes below.
alpha2=(0.1:0.1:1); wedgem=83.5;wedgeH=0.073;alpha1=0.24;alpha2=0.24;mu1=0.00003189;mu2=0.07143; sigma1=0.333;s...
8년 초과 전 | 답변 수: 1 | 0