Statistiques
5 Questions
0 Réponses
RANG
108 237
of 301 806
RÉPUTATION
0
CONTRIBUTIONS
5 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
0.0%
VOTES REÇUS
0
RANG
of 21 413
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 176 647
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
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...
presque 6 ans il y a | 1 réponse | 0
0
réponseQuestion
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 ...
plus de 8 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
presque 9 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
presque 9 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 9 ans il y a | 1 réponse | 0