Jack Verderber
Followers: 0 Following: 0
Statistiques
4 Questions
0 Réponses
RANG
93 786
of 295 467
RÉPUTATION
0
CONTRIBUTIONS
4 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
50.0%
VOTES REÇUS
0
RANG
of 20 234
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 153 912
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE 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)...
presque 3 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 3 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 3 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 3 ans il y a | 1 réponse | 0