Feeds
提问
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('...
5 years 前 | 2 个回答 | 0
2
个回答提问
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...
6 years 前 | 1 个回答 | 0
1
个回答提问
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...
6 years 前 | 1 个回答 | 0
1
个回答提问
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)...
6 years 前 | 1 个回答 | 0
1
个回答提问
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...
6 years 前 | 0 个回答 | 0
0
个回答提问
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...
6 years 前 | 1 个回答 | 0
1
个回答提问
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...
6 years 前 | 0 个回答 | 0
0
个回答提问
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,...
6 years 前 | 1 个回答 | 0

