d2.gnu
来自「非线性时间学列分析工具」· GNU 代码 · 共 25 行
GNU
25 行
! echo ""! echo "**********************************************************************"! echo "* Correlation dimension *"! echo "**********************************************************************"! echo ""pause 1set data style linesset title "Correlation dimension"set logscale xset yran [0:3]set title "local slopes"plot '< henon -l5000 | d2 -d1 -t50; cat stdin.d2', 1.2pause -1 "Press <return> when finished"set title "local slopes, smoothed"plot '< henon -l5000 | d2 -d1 -t50; av-d2 -a5 stdin.d2', 1.2pause -1 "Press <return> when finished"set title "Takens' estimator"plot '< henon -l5000 | d2 -d1 -t50; c2t stdin.c2', 1.2pause -1 "Press <return> when finished"set title "Gaussian kernel"plot '< henon -l5000 | d2 -d1 -t50; c2g stdin.c2' u 1:3, 1.2pause -1 "Press <return> when finished"! rm stdin.*
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?