Info
This question is closed. Reopen it to edit or answer.
How could I get the histogram corresponding to probability of finding the predator-prey model in specific integer combinations please?
1 view (last 30 days)
Show older comments
I have the following system :
dy0/dt = a*y0 - b*y0*y1
dy1/dt = -c * y1 + e *y0*y1
y0 =12
y1 = 5
a=15
b=2
c=5
e=0.5
0 Comments
Answers (0)
This question is closed.
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!