?? test.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 + -