⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 max_speed.plt

📁 无线传感器网络中移动节点定位仿真程序。采用基于序列蒙特卡洛方法进行移动节点定位。
💻 PLT
字号:
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

⌨️ 快捷键说明

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