How to draw a 3D phase plane using three differential equations with 5 parameters
Show older comments
I'm working on a glucose insulin regulation system, which is represented as a system of differential equations as shown in the image below.

I want to plot a 3D phase plane to show that a global stable equilibrium occurs at (0, 0, 0), but I am clueless in how to do so.
I watched this video that shows how to draw a 2D phase plane for fixed parameters, so I have a very slight idea in translating that to this model, where the parameters are not fixed.

The result is supposed to look something like this, where all the trajectories converge to (0, 0, 0). Can you please help me write a code for this problem or suggest resources that (1) teaches 3D phase plane plotting in Matlab and (2) for different parameters? Thank you!
Note: The initial conditions are given by (0, 0, 0), which is the fixed point of the system.
Accepted Answer
More Answers (0)
Categories
Find more on Ordinary Differential Equations in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
