shasha075
2012-04-26, 20:16
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),而图形不变呢。。谢谢各位解答一下。。。
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),而图形不变呢。。谢谢各位解答一下。。。