Community Profile

photo

Jack Verderber


Last seen: meer dan 2 jaar ago Active since 2021

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


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)...

meer dan 2 jaar ago | 0 answers | 0

0

answers

Question


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...

meer dan 2 jaar ago | 1 answer | 0

1

answer

Question


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...

meer dan 2 jaar ago | 1 answer | 0

1

answer

Question


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...

meer dan 2 jaar ago | 1 answer | 0

1

answer