Community Profile

photo

Nora Rafael


Last seen: casi 4 años hace Con actividad desde 2019

Followers: 0   Following: 0

Estadísticas

  • Thankful Level 2
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


Plot x axis in date format
I want to load and plot a dataset, with the x-axis in date format: When I make my plot using the below code: data=xlsread('...

casi 4 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Run a system of odes for different parameters and plot
I have a system of 3 odes: function dydt=odefcnNY_v20(~,y,D,Cs,rho,r0,N,V,k01,F,CL10,V2) dydt=zeros(3,1); dydt(1)=(-D*Cs*(1-y...

alrededor de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Simultaneous differential equations - derivative of y^3 wrt t
I have been trying to solve this problem for sometime and so far I have received an answer that requires the symbolic toolbox wh...

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Variable inside an ode
I am trying to solve this differential equation: dCb/dt = ((A*D)/(DV*h))*(Cs-Cb). I specify in Matlab the function: f = @(t,Cb)...

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Solving ODEs with cubic derivative
I have two differential equations I would like to solve simultaneously using ode45, shown below. The problem I have is that the...

más de 4 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Not enough input arguments
Hi, I am following the example from here titled Pass Extra Parameters to ODE Function. I put the below code in, and I get this...

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Parameter Estimation First Order ODE
I have an ODE with 3 unknown parameters: A, D and h. I have grouped them into one parameter k, where k = AD/h for simplification...

más de 4 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Solving a system of differential equations
Context: r is radius of a particle and C is the concentration in a solution - the below is a form of the Noyes-Whitney equation,...

más de 4 años hace | 1 respuesta | 0

1

respuesta