2011年3月17日 - a=1; b=2; c=3; d=4; f=@(t,x)x*(1-x)*((a-b-c+d)*x+(b-d)); [t,x]=ode45(f,[0,1],0.8); %[0,1]是求的t的区间;0是t=0的值,即初值 plot(t,x).
zhidao.baidu.com