![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/tug94364templeedu_1516766702871_DEF.jpg)
Daniel Jovin
Followers: 0 Following: 0
Feeds
提问
Initial Conditions aren't being used/applied for Plotting System of Differential Equations
I'm applying a previous code I got to work for a system of three differential equations to a system of four differential equatio...
7 years 前 | 1 个回答 | 0
1
个回答已回答
How to solve and plot system of nonlinear differential equations?
% code kp = 3; kpm = 30; kmp = 25; klm = 15; kl = 1; f = @(t,y) [(kp*y(1)*(1-y(1)))-(kpm*(y(1)*y(2))); ((kmp*y(1)+y(3)...
How to solve and plot system of nonlinear differential equations?
% code kp = 3; kpm = 30; kmp = 25; klm = 15; kl = 1; f = @(t,y) [(kp*y(1)*(1-y(1)))-(kpm*(y(1)*y(2))); ((kmp*y(1)+y(3)...
7 years 前 | 2
| 已接受
提问
How to solve and plot system of nonlinear differential equations?
I'm trying to recreate graphs from a modeling paper by plotting a system of differential equations in MatLab. Unfortunately, I d...
7 years 前 | 3 个回答 | 2