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

📄 codstock12.m

📁 计算动力学系统的分岔图
💻 M
字号:
disp('>> global   opt cds fpmds ');
global   opt cds fpmds
disp('>> p=[200;0.5;0.5;0.5;1;2;3];ap=1; ');
p=[200;0.5;0.5;0.5;1;2;3];ap=1;
disp('>> opt = contset; ');
opt = contset;
disp('>> opt = contset(opt,''Multipliers'',1); ');
opt = contset(opt,'Multipliers',1);
opt = contset(opt,'Backward',1);
opt = contset(opt,'MaxNumPoints',1500);
opt = contset(opt,'Singularities',1);
disp('>>> curve of fixed point <<< ')
disp('>> [x0,v0]=init_FPm_FPm(@NAFstock,[72.8206;1.33341], p, ap,1); ');
[x0,v0]=init_FPm_FPm(@NAFstock,[72.8206;1.33341], p, ap,1);
disp('>> [x1,v1,s1,h1,f1]=cont(@fixedpointmap,x0,[],opt); ');
[x1,v1,s1,h1,f1]=cont(@fixedpointmap,x0,[],opt);
cpl(x1,v1,s1,[3 1])

⌨️ 快捷键说明

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