Statistiques
RANG
35 812
of 295 486
RÉPUTATION
1
CONTRIBUTIONS
14 Questions
2 Réponses
ACCEPTATION DE VOS RÉPONSES
50.0%
VOTES REÇUS
1
RANG
of 20 236
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 153 950
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
using the linprog function for two constraints?
Hi! I have a problem which we have sorted out practically but need to have an interface to make it useful to the laymen. We a...
plus de 7 ans il y a | 2 réponses | 0
2
réponsesQuestion
Changing parameters in an ODE
I wish to change one of the parameters at each time step for an ODE solution plot. My function is as follows: funct...
environ 9 ans il y a | 1 réponse | 0
1
réponseQuestion
Parameter estimation for an epidemic model
I have an epidemic model: function ypsirid = ypsirid(t,y) global q m b r ypsirid(1) = q - m*y(1) - b*y(1)*y(2); yp...
plus de 9 ans il y a | 1 réponse | 0
1
réponseQuestion
System Identification for epidemic modeling
I am trying to estimate parameters using the system identification toolbox. I used the example of three ecological systems provi...
plus de 9 ans il y a | 1 réponse | 0
0
réponseQuestion
Importing geographical maps in matlab
I wish to create an interactive map in Matlab. For that, I need to import a geographical map of Botswana in Matlab. I am getting...
plus de 9 ans il y a | 1 réponse | 0
1
réponseQuestion
I am trying to use functions within functions. There seems to be a problem with fetching values. Can I please get help?
I always get a new error when I run my code. x = inputdlg({'Pathogen','Month (First letter capital)', 'Population Renewal', '...
presque 10 ans il y a | 1 réponse | 0
0
réponseQuestion
including a list in an input prompt
I would like to include a list or drop down menu in my input dialog box. is it possible? if yes, can i pls be helped... :)
plus de 10 ans il y a | 1 réponse | 0
1
réponseQuestion
Drawing/Plotting a country map showing a few geographic aspects
I want to draw the map of Botswana and use it in a GUI. I am not able to achieve the first goal itself. I have tried the worldm...
plus de 10 ans il y a | 1 réponse | 0
0
réponsecustomizing input and ooutput dialog boxes
just a gentle reminder... Any suggestions for my question...
environ 11 ans il y a | 0
Question
customizing input and ooutput dialog boxes
Is there any possible way to add graphics to input dialog boxes so that they look abit more attractive?? I would also like to ...
environ 11 ans il y a | 3 réponses | 0
3
réponsesUsing variables between m-files
Thanks... i would be grateful if i could get some help in writing the script because i have been trying many different ways with...
environ 11 ans il y a | 0
Question
Using variables between m-files
I want to use an input dialog box for inputs in one m-file and use these inputs in another function... Here is the first code...
environ 11 ans il y a | 3 réponses | 0
3
réponsesQuestion
if statement - working with characters
I am executing the following code: x = inputdlg({'Month', 'Population renewal', 'Death rate'}, 'Inputs') f = getfield(x,{1...
environ 11 ans il y a | 1 réponse | 1
1
réponseQuestion
ode45 - return a column vector
Below is the function i have described: function ssir = fnsir(t,y) b = 0.1; q = 0.022; m = 0.012; l = 0.125; r = ...
plus de 11 ans il y a | 1 réponse | 0
1
réponseQuestion
problem in simulating an epidemic model using ode45
I am trying to solve and simulate an epidemic model using the guidelines provided by an online tutorial: Here is the function ...
plus de 11 ans il y a | 1 réponse | 0
1
réponseQuestion
Input undefined in a function describing differential equations
I am new at learning how to use the differential equation solvers in MATLAB. I am trying to work out epidemic model differential...
plus de 11 ans il y a | 1 réponse | 0