photo

Daniel Jovin


Last seen: 3年以上 前 2018 年からアクティブ

Followers: 0   Following: 0

統計

  • First Answer

バッジを表示

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

6年以上 前 | 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)...

6年以上 前 | 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...

6年以上 前 | 3 件の回答 | 2

3

回答