function dx=saopin3(t,x)
global gama1 beta f xi w ;
dx=[x(2);
(-x(1)+beta.*x(1).^3-gama1.*x(2)+f.*abs(sin(w.*t)))/(1+xi.*abs(sin(w.*t)).^2)];
用ode45 ode23s ode113 都试过了,计算机都警告。不知道什么原因
2.731096e+003. Unable to meet integration tolerances without reducing the step size below the smallest value allowed (7.275958e-012) at time t.
我想做它的分岔图,好几天都只画出一条线。