Jack Verderber
Followers: 0 Following: 0
Statistics
4 Questions
0 Answers
RANK
93 775
of 295 448
REPUTATION
0
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 20 227
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153 872
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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)...
nästan 3 år ago | 1 answer | 0
1
answerQuestion
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...
nästan 3 år ago | 1 answer | 0
1
answerQuestion
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...
nästan 3 år ago | 1 answer | 0
1
answerQuestion
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...
nästan 3 år ago | 1 answer | 0