hetttestrun.asv
来自「计算动力学系统的分岔图」· ASV 代码 · 共 22 行
ASV
22 行
global cds hetTds hetds xhet vhet shet
p=[0.3;-1.057;-0.5;0];
ap=[1 2];
x=xhet(1:end-1,shet(2).index);
p2=p;p2(hetds.ActiveParams)=xhet(end,shet(2).index);x,pause
nu=hetds.nu;
ns=hetds.ns;
nphase=hetds.nphase;
[x0,v0]=init_HetT_HetT(@Ghmap,x,nphase,nu,ns, p2, ap,2);
opt=contset(opt,'MaxNumpoints',200);
opt=contset(opt,'Singularities',0);
opt=contset(opt,'Backward',1);
opt = contset(opt,'AutDerivative',0);
[xhetT,vhetT,shetT,hhetT,fhetT]=cont(@heteroclinicT,x0,[],opt);
cpl(xhetT,vhetT,shetT,[36 35])
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?