matlab画图设置maker,Matlab绘图marker间距调整脚本
h1=plot(cubicdelay5thttp0500ms(1:180,3),cubicdelay5thttp0500ms(1:180,2)/1000,'--');
hold on
h2=plot(cubicdelay5thttp0500ms(1:180,3),theorapiddelay5thttp0500ms(1:180,2)/1000);
h4=plot(cubicdelay5thttp0500ms(1:180,3),gap200tau10delay5thttp0500ms(1:180,2)/1000,'o-');
[h1,h2,h4]=legend('Cubic','Rapid w/0 BASS','Rapid with BASS');
plot(cubicdelay5thttp0500ms(1:180,3),gap200tau10delay5thttp0500ms(1:180,2)/1000);
h3=plot(cubicdelay5thttp0500ms(1:180,3),gap200tau10delay5thttp0500ms(1:180,2)/1000,'o');
xdata=get(h3,'XData');
ydata=get(h3,'YData');
set(h3,'XData',xdata(1:15:end));
set(h3,'YData',ydata(1:15:end));
xlabel('Time (s)','FontSize',16)
ylabel('Throughput (Gbps)','FontSize',16);
set(gca,'FontSize',16)
set(gcf,'PaperUnits','points')
set(gcf,'PaperSize',[680,480])
set(gcf,'PaperPositionMode','manual')
set(gcf,'PaperPosition',[0 0 680 480])
print(gcf,'-dpdf','protocol_bct_rtt5ms.pdf')
魔乐社区(Modelers.cn) 是一个中立、公益的人工智能社区,提供人工智能工具、模型、数据的托管、展示与应用协同服务,为人工智能开发及爱好者搭建开放的学习交流平台。社区通过理事会方式运作,由全产业链共同建设、共同运营、共同享有,推动国产AI生态繁荣发展。
更多推荐


所有评论(0)