From: zhang wei on

when i use the dde23 to solve a delay differential equation ,there are many warning such as :
Warning: Failure at t=1.577281e+001. Unable to meet integration tolerances without
reducing the step size below the smallest value allowed (2.842171e-014) at time t.
> In dde23 at 486
In revisemodel_delay>fitnessat 236
In revisemodel_delay at 34

i have set the options=ddeset('RelTol',1e-4,'AbsTol',1e-7);
would you help me how to solve the problem? thank you very much!