www.gusucode.com > matlab 案例源码 matlab代码程序 > matlab/ddefun.m

    function yp = ddefun(t,y,ydel,ypdel) 
    yp = 1 + y - 2*ydel^2 - ypdel;
end