Community Profile

photo

Daniel Jovin


Last seen: 3 years ago Active since 2018

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Question


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 years ago | 1 answer | 0

1

answer

Answered
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 years ago | 2

| accepted

Question


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 years ago | 3 answers | 2

3

answers