主题
: [MATLAB图像处理]
【求助】 matlab画图问题
查看单个帖子
2012-04-26, 20:16
#
1
shasha075
初级会员
注册日期: 2012-04-26
年龄: 35
帖子: 1
声望力:
0
【求助】 matlab画图问题
x=-200:0.001:200;
y=(x./200).^3+1;
plot(x,y,'r');
title('the picture of control coefficient ');
xlabel('the number of users');
ylabel('control coefficient');
各位,我怎么能让这个图形的纵坐标弄成(0,1),而横坐标为(0,200),而图形不变呢。。谢谢各位解答一下。。。
shasha075
查看公开信息
发送悄悄话给 shasha075
查找 shasha075 发表的更多帖子