Rose
Followers: 0 Following: 0
Estadística
CLASIFICACIÓN
13.034
of 295.527
REPUTACIÓN
3
CONTRIBUCIONES
22 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
59.09%
VOTOS RECIBIDOS
2
CLASIFICACIÓN
of 20.242
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.057
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
Sensitivity analysis using MATLAB
This might help, please take a look: http://malthus.micro.med.umich.edu/lab/usadata/
más de 3 años hace | 1
Pregunta
How to solve system of ODEs with constant and time-varying coefficients?
I have been trying to solve a system of ODEs in which one coefficient (d1) is a vector and all others are constant. The coeffici...
alrededor de 4 años hace | 0 respuestas | 0
0
respuestasPregunta
Break in the title
How can I break this title into multiple lines? The other examples on mathworks mostly deal with sentences in the title or may b...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
Error in solving system of two reaction-diffusion equations?
Hello there, I have a system of two reaction-diffusion equations that I want to solve numerically (attached is the file). How...
casi 7 años hace | 2 respuestas | 0
2
respuestasPregunta
Saving .fig files as a .pdf file
Hello, I am using Matlab 2016a on Mac. So far I have been exporting .fig files as eps to use them in a LaTeX document and I n...
más de 7 años hace | 2 respuestas | 0
2
respuestasPregunta
MATCONT- Error using odearguments
Hello there, My ultimate goal is to do a bifurcation analysis of my system for which I started to use Matcont. It gave me var...
más de 7 años hace | 0 respuestas | 0
0
respuestasPregunta
Trouble with compiler for MATCONT
I am using Matlab2016a on Mac 10.12 Sierra. I am trying to use MATCONT which is a package for bifurcation diagrams in Matlab. I ...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
Getting subscripted dimension error while saving a variable in a loop. Now sure what my mistake is!
I am getting the subscripted dimension mismatch error. The error occurs after first iteration is complete. Not sure where I am g...
casi 9 años hace | 1 respuesta | 0
1
respuestaPregunta
How can I treat the final time of the ode solver a variable? Please read the question for detail.
Below is the main file in which I solve an ode. I have attached the parameter (mu, K, d1) files and the file (para_1d.m) in whic...
casi 9 años hace | 1 respuesta | 0
1
respuestaPregunta
variable coefficients-help needed please!!!
let me write the exact code i am using: %%%%%funl12.m%%%%%%%%% function dy = funl12(t,y) global k1 k2 k3 mu d1...
casi 9 años hace | 2 respuestas | 0
2
respuestasPregunta
How to add arrows to solution trajectories using ode?
I have a system of two odes and i want to plot the phase portrait with arrows and clearly representing the stable and unstable ...
alrededor de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
Trouble plotting right phase portraits!
I have a system of 2 non linear first order Ordinary Differential Equations with constant coefficients. I am trying to draw the ...
alrededor de 10 años hace | 0 respuestas | 0
0
respuestasPregunta
How to force the ode solver to stop when a periodic solution is reached?
Hello, I am solving a system of 4 non linear ODEs with periodic coefficients of period one year. I want the ode solver to che...
más de 10 años hace | 0 respuestas | 0
0
respuestasPregunta
Problem regarding a periodic solution not being saved properly
Hello! I am working on a problem where I have to solve an ODE for time of 10 years and then check when and where that solution b...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
How to find equilibrium points of a system of 5 non linear ordinary differential equations???
Hello all, I have a system of 5 non linear ordinary differential equations with variable coefficients (with at least 3 parame...
alrededor de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
How to pick random number?
Hi, Please forgive me if I am asking a basic question. I want to pick random number from the set {2,3}. It should either pick 2 ...
alrededor de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
how to maintain continuity and periodicity of a function
I have a parameter (piece wise constant over each season of the year). I used 'pchip' to interpolate this function: functio...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
How to smooth seasonal averages into a continuous function?
Hi, I have a system of four non linear ordinary differential equations: dy(1,1) = (k1(t).*(y(4)-y(1)).*y(3))./(y(2)+y...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
how to reset/change the initial data?
Hi there, I am working on a non linear system of 4 ordinary differential equations with time varying coefficients. I solved them...
más de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
System of ordinary differential eqns-reset initial data
Hi, I have non linear system of 4 ordinary differential equations with time varying coefficients. I solved them numerically usin...
más de 12 años hace | 0 respuestas | 0
0
respuestasPregunta
variable coefficient
Hi, I have a system of 4 non linear ODEs. I solved them using ode15s and it worked perfectly. But i used constant coefficients a...
más de 13 años hace | 1 respuesta | 0
1
respuestaPregunta
odeevent
Hi there, I have an odeevent sub-routine: function [x,isterm,dir] = odeevent(~,y,k1,k2,k3,mu,d1,d2,r,K,k,alpha,gamma,n) dy...
más de 13 años hace | 1 respuesta | 0
1
respuestaPregunta
steady state criterion
Hi, I have a system of 4 ODE's and I solved it by using ode15s solver. But I want to stop simulations when the steady state is ...
más de 13 años hace | 2 respuestas | 1