gusucode.com > 《精通matlab 7》包括配套光盘 > 配套光盘里的程序附件/Ex-35/vdp.m

    function fy=vdp(t,x)
fy=[x(2);7*(1-x(1)^2)*x(2)-x(1)];