Jack Verderber
Followers: 0 Following: 0
Feeds
提问
How to write a step function, x(t-tau), within a differential equation
I am trying to solve and plot the following system of equations, however I am struggling with plotting the T(t-tau) and E(t-tau)...
3 years 前 | 1 个回答 | 0
1
个回答提问
File returns a vector of length 29, but the length of initial conditions vector is 8.
function ans = final_project() CI_CO2 = [0,10]; Y0 = [0.0001,0.0001,0.0001,0.0001,0.0001,0.0001,4.75,0.7]; options = odeset...
3 years 前 | 1 个回答 | 0
1
个回答提问
Index exceeds the number of array elements. Index must not exceed 1.
function ans = final_project() CI_CO2 = [0,10]; Y0 = [0.0001,0.0001,0.0001,0.0001,0.0001,0.0001,4.75,0.7]; options = odeset...
3 years 前 | 1 个回答 | 0
1
个回答提问
Index exceeds the number of array elements. Index must not exceed 1.
function res = digestive_model() syms x(y) c = 7; tau = 1; K = 1; c0 = 1; c1 = 1; a = 1; b = 1; v0 = 0.001; Wt = linspace...
3 years 前 | 1 个回答 | 0