mobility_model.plt
上传用户:kingseaxu
上传日期:2009-01-01
资源大小:49k
文件大小:1k
源码类别:

3G开发

开发平台:

Java

  1. set nologscale x
  2. set title ""
  3. set xrange [0:200]
  4. set yrange [0:4]
  5. set xlabel "Time"
  6. set xtics(0, 20, 40, 60, 80, 100, 120, 140, 160, 180, 200)
  7. set ylabel "Estimate Error (r)"
  8. set ytics(0, 0.2, 0.4, 0.6, 0.8, 1.0, 1.2, 1.4, 1.6, 1.8, 2.0, 2.2, 2.4, 2.6, 2.8, 3.0, 3.2, 3.4, 3.6, 3.8, 4.0)
  9. set nolabel
  10. set key 180, 2.5
  11. plot  "MCL_time_.3_10_10_waypoint_error" title 'Random Waypoint, v_max=s_max=.2r' with linespoints, 
  12.       "MCL_time_.3_10_10_scan_error" title 'Scan, v_max=s_max=.2r' with linespoints, 
  13.       "MCL_time_.3_0_10_waypoint_error" title 'Random Waypoint, v_max=0, s_max=.2r' with linespoints, 
  14.       "MCL_time_.3_0_10_scan_error" title 'Scan, v_max=0, s_max=.2r' with linespoints
  15.