- Visual C++源码
- Visual Basic源码
- C++ Builder源码
- Java源码
- Delphi源码
- C/C++源码
- PHP源码
- Perl源码
- Python源码
- Asm源码
- Pascal源码
- Borland C++源码
- Others源码
- SQL源码
- VBScript源码
- JavaScript源码
- ASP/ASPX源码
- C#源码
- Flash/ActionScript源码
- matlab源码
- PowerBuilder源码
- LabView源码
- Flex源码
- MathCAD源码
- VBA源码
- IDL源码
- Lisp/Scheme源码
- VHDL源码
- Objective-C源码
- Fortran源码
- tcl/tk源码
- QT源码
mobility_model.plt
资源名称:mcl.tar.gz [点击查看]
上传用户:kingseaxu
上传日期:2009-01-01
资源大小:49k
文件大小:1k
源码类别:
3G开发
开发平台:
Java
- set nologscale x
- set title ""
- set xrange [0:200]
- set yrange [0:4]
- set xlabel "Time"
- set xtics(0, 20, 40, 60, 80, 100, 120, 140, 160, 180, 200)
- set ylabel "Estimate Error (r)"
- 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)
- set nolabel
- set key 180, 2.5
- plot "MCL_time_.3_10_10_waypoint_error" title 'Random Waypoint, v_max=s_max=.2r' with linespoints,
- "MCL_time_.3_10_10_scan_error" title 'Scan, v_max=s_max=.2r' with linespoints,
- "MCL_time_.3_0_10_waypoint_error" title 'Random Waypoint, v_max=0, s_max=.2r' with linespoints,
- "MCL_time_.3_0_10_scan_error" title 'Scan, v_max=0, s_max=.2r' with linespoints