plot_stability.sh

来自「这个代码是tcl程序」· Shell 代码 · 共 66 行

SH
66
字号
#!/bin/tcshmkdir fig#CUBIC cd 500-2500-10-1-$1-13-4-100-4-3-1../grep_thgnuplot < ../plot_th.gpcp th.eps ../fig/stability_th_cubic_$1.epsgnuplot < ../plot_cwnd.gpcp cwnd.eps ../fig/stability_cwnd_cubic_$1.eps../stability_th_cov > ../fig/stability_th_cubic.dat../stability_cwnd_cov > ../fig/stability_cwnd_cubic.datcd ..#BIC cd 500-2500-10-1-$1-12-4-100-4-3-1../grep_thgnuplot < ../plot_th.gpcp th.eps ../fig/stability_th_bic_$1.epsgnuplot < ../plot_cwnd.gpcp cwnd.eps ../fig/stability_cwnd_bic_$1.eps../stability_th_cov > ../fig/stability_th_bic.dat../stability_cwnd_cov > ../fig/stability_cwnd_bic.datcd ..#HSTCPcd 500-2500-10-1-$1-8-4-100-4-3-1../grep_thgnuplot < ../plot_th.gpcp th.eps ../fig/stability_th_hstcp_$1.epsgnuplot < ../plot_cwnd.gpcp cwnd.eps ../fig/stability_cwnd_hstcp_$1.eps../stability_th_cov > ../fig/stability_th_hstcp.dat../stability_cwnd_cov > ../fig/stability_cwnd_hstcp.datcd ..#STCPcd 500-2500-10-1-$1-9-4-100-4-3-1../grep_thgnuplot < ../plot_th.gpcp th.eps ../fig/stability_th_stcp_$1.epsgnuplot < ../plot_cwnd.gpcp cwnd.eps ../fig/stability_cwnd_stcp_$1.eps../stability_th_cov > ../fig/stability_th_stcp.dat../stability_cwnd_cov > ../fig/stability_cwnd_stcp.datcd ..#HTCPcd 500-2500-10-1-$1--10-4-100-4-3-1../grep_thgnuplot < ../plot_th.gpcp th.eps ../fig/stability_th_htcp_$1.epsgnuplot < ../plot_cwnd.gpcp cwnd.eps ../fig/stability_cwnd_htcp_$1.eps../stability_th_cov > ../fig/stability_th_htcp.dat../stability_cwnd_cov > ../fig/stability_cwnd_htcp.datcd ..#COV Figurecd figgnuplot < ../plot_cov.gpmv stability_th_cov.eps stability_th_cov_$1.epsmv stability_cwnd_cov.eps stability_cwnd_cov_$1.epsrm -f stability*.dat

⌨️ 快捷键说明

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