veltoplot.csh

来自「手写识别是模式识别中研究得一个热点」· CSH 代码 · 共 6 行

CSH
6
字号
# For sample times (uses sample timing info).grep "Velocity = " | grep -v "Infinity" | awk '{print $3 " " $6;}'# For sample numbers (removes timimng influence).#grep "Velocity = " | grep -v "Infinity" | awk '{print NR " " $6;}'

⌨️ 快捷键说明

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