diff_autocatalator.m
来自「计算3维系统分叉点」· M 代码 · 共 18 行
M
18 行
% Author: Housam Binous
% Three variable autocatalator
% National Institute of Applied Sciences and Technology, Tunis, TUNISIA
% Email: binoushousam@yahoo.com
function f=diff_autocatalator(a)
global t x
s=diff(log10(x(4000:end,3)))/0.001;
f=interp1(t(4000:end-1),s,a);
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?