How to plot function S over time and X over time
3 次查看(过去 30 天)
显示 更早的评论
I have two function X and S, both are functions of t. And the relationship is this dX/dt=4.5*S*X/(0.5+S) dS/dt=10*S*X/(0.5+S)
is there any way to plot S and X as functions of t using Matlab?
回答(1 个)
Gaurav Phatnani
2018-2-2
Hi Tu,
The following documentation page demonstrates how to solve a system of differential equations in MATLAB and plot the results.
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!