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

📄 multiflow.m

📁 best routing protocol
💻 M
字号:
function multiflowx = load('~/GeoRouting/cr/eval/multiflow.matlab');n_flows = [2, 3, 4, 5, 6]%n_flows = [2, 3, 4]repeat = 10;count = 0;for n=1:length(n_flows)  for i=1:repeat    count = count+1;    success_rate(n,i) = x(count,4)/x(count,3);  endendset(gca, 'FontSize',15);msz=12;%plot(n_flows, median(success_rate,2),'b-o','MarkerSize', msz);plot_errorbar(success_rate, n_flows,'b-o',msz,5);ylim([0 1]);xlabel('number of concurrent flows per second');ylabel('routing success rate');hold onsaveas(gcf, 'testbed_multiflow.eps','psc2');

⌨️ 快捷键说明

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