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

📄 test.m

📁 代码用于估计关联维数。包括G-P算法(corrint.m)
💻 M
字号:
%you've unpacked it and compiled all the mex files.%now test it with the followingxi=randn(2,1);for i=1:1000,  xi=ikeda(xi);end;x=[];for i=1:3000,  xi=ikeda(xi)+randn(2,1)*0.01;  x=[x xi];end;z=x(1,:)+randn(1,3000)*0.02;plot(z(1:(end-1)),z(2:end),'.');%compute complexitycmp=complexity(z,2:10);%compute dimensionsfigure;[m,d,k,s]=gka(z,2:20,1,250,3);

⌨️ 快捷键说明

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