Estadística
14 Preguntas
2 Respuestas
CLASIFICACIÓN
36.055
of 297.046
REPUTACIÓN
1
CONTRIBUCIONES
14 Preguntas
2 Respuestas
ACEPTACIÓN DE RESPUESTAS
50.0%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.422
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.776
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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...
más de 7 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
más de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 10 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
casi 10 años hace | 1 respuesta | 0
1
respuestaPregunta
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', '...
alrededor de 10 años hace | 0 respuestas | 0
0
respuestasPregunta
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... :)
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 11 años hace | 0 respuestas | 0
0
respuestascustomizing input and ooutput dialog boxes
just a gentle reminder... Any suggestions for my question...
más de 11 años hace | 0
Pregunta
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 ...
más de 11 años hace | 3 respuestas | 0
3
respuestasUsing 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...
más de 11 años hace | 0
Pregunta
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...
más de 11 años hace | 3 respuestas | 0
3
respuestasPregunta
if statement - working with characters
I am executing the following code: x = inputdlg({'Month', 'Population renewal', 'Death rate'}, 'Inputs') f = getfield(x,{1...
más de 11 años hace | 1 respuesta | 1
1
respuestaPregunta
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 = ...
casi 12 años hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
casi 12 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 12 años hace | 1 respuesta | 0