max_speed.plt
资源名称:mcl.tar.gz [点击查看]
上传用户:kingseaxu
上传日期:2009-01-01
资源大小:49k
文件大小:1k
源码类别:
3G开发
开发平台:
Java
- set title ""
- set nologscale x
- set xrange [0.1:2]
- set yrange [0:1.1]
- set xlabel "Maximum distance traveled between transmissions (r per time unit)"
- set xtics(0.1, 0.2, 0.4, 0.6, 0.8, 1.0, 1.2, 1.4, 1.6, 1.8, 2.0)
- set ylabel "Estimate Error (r)"
- set ytics(0, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1.0, 1.1)
- set nolabel
- set key 1.5, 1.0
- plot "MCL_max_speed_1_same_error" title 's_d=1, v_max=s_max' with linespoints,
- "MCL_max_speed_1_zero_error" title 's_d=1, s_max=0' with linespoints,
- "MCL_max_speed_1_50_error" title 's_d=1, s_max=r' with linespoints,
- "MCL_max_speed_2_same_error" title 's_d=2, v_max=s_max' with linespoint,
- "MCL_max_speed_2_zero_error" title 's_d=2, s_max=0' with linespoints,
- "MCL_max_speed_2_50_error" title 's_d=2, s_max=r' with linespoints