function xdot=saddle2(t,x) % Example: Saddle (n°2) xdot(1)=2.*x(1)+x(2); xdot(2)=2.*x(1)-x(2); xdot=xdot'; % "Complex and Chaotic Nonlinear Dynamics. % Advances in Economics and Finance, % Mathematics and Statistics" % T.Vialar, Springer 2009 % Copyright(c).