⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 hettestrun2.m

📁 计算动力学系统的分岔图
💻 M
字号:
global cds hetTds hetds xhet vhet shet

p=[0.3;-1.057;-0.5;0];
ap=[1 2];
x=xhet(1:end-1,shet(3).index);
p2=p;p2(hetds.ActiveParams)=xhet(end,shet(3).index);
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',100);
opt=contset(opt,'Singularities',0);
opt=contset(opt,'Backward',1);
opt = contset(opt,'AutDerivative',1);

[xhetT,vhetT,shetT,hetT,fhetT]=cont(@heteroclinicT,x0,[],opt);

 cpl(xhetT,vhetT,shetT,[36 35])

 opt=contset(opt,'MaxNumpoints',100);
opt=contset(opt,'Backward',0);

[xhetT,vhetT,shetT,hetT,fhetT]=cont(@heteroclinicT,x0,[],opt);

 cpl(xhetT,vhetT,shetT,[36 35])

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -