Please consider following ordinary differential equation system:
d(v)/dt=f0-f %f0 is constant ...... f,v are variables
d(v.c)/dt=f0-f.c-z % c,z are variables
d(z.v)/dt=z-f.c-v
if i want use ODE solver in Matlab, what is the format of writing differential equations?