Matlab——折线图

% abc = [2,4,6,8,10,12,14,16];
% cba = [7.15,7.15,16.375,24.15,30.3,564,2256,10156];

abc = [2,4,6,8,10];
cba = [7.15,16.375,24.15,30.3,564];

% Create the pie chart in position 1 of a 2x2 grid
figure

% Create the line plot in position 4 of a 2x2 grid
subplot(1, 1, 1)
plot(abc,cba,'r-o','MarkerFaceColor','red');
hold on;
% legend('Weekend','Weekday',1)
set(gca,'XTickLabel',{'20000','40000','60000','80000','100000'},'FontSize',12)
% set(gca,'XTick',1:1:7);
xlabel('Average number of requests per hour')
ylabel('Worst-case response time')
% title('Sports activity ')
axis([1 11 0.0 600])
grid on;


set(gcf,'color','white')




评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值