-
Model's Simulation
Hello guys.. I need your help here..
I have read this paper ->Modelling the control strategies against dengue in Singapore. But I can't solve the model's equation (Crying). Can you help me? How to simulate the model in order to get the graph that shown in figure 3?
Thank you..(Itwasntme)
-
Quote:
Originally Posted by
fantasista
You have coupled first order ordinary differential equations. You should consider numerical integration of these, you turn these into a first order vector ODE and then integrate using the usual tools for first order ODEs. The best tool is probably matlab or one of its clones (Octave probably). You will need to read up on the functions to solve this (ode45 probably)
CB