Plotting system of differential equations in MATLAB
Show older comments
I'm not really good at using MATLAB. I have this system:

I'm trying to answer this question:

I would appreciate some assistance on using MATLAB to input these equations. I'm using MATLAB 2013a on Mac OS X 10.9.3
Accepted Answer
More Answers (1)
Titus Edelhofer
on 3 Jun 2014
Hi,
if you want to solve numerically, then
doc ode45
should be a good starting point ...
Titus
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!