www.gusucode.com > Matlab动力系统和时间序列分析工具箱 > Matlab动力系统和时间序列分析工具箱/lab432/common/tmp_map.m

    function Y=tmp_map(X); 
Y=zeros(1,2); 
x1=X(1); 
x2=X(2); 
Y(1)=x2+1-1.400000e+000*x1^2; 
Y(2)=0.3*x1; 
x1er=X(3); 
x2er=X(4); 
x3er=X(5); 
x4er=X(6); 
Y=[Y zeros(1,4)]; 
Y(3)=-2.800000*x1*x1er+x2er; 
Y(4)=.3*x1er; 
Y(5)=-2.800000*x1*x3er+x4er; 
Y(6)=.3*x3er;