如何调整x和y轴的大小?
我想要什么,更具体;
3900 |
. |
. |
. |
60 |
|
30 |
|_____________________________
0 60 120 180 ... 3600
我做了什么 ;
a = [0:0.1:10000];
plot(a);
我应该写些什么以便按预期完成x和y轴的大小调整?
编辑:
我不想;
|
|
|
|
|
|
|
|
|
|
3900 |
. |
. |
. |
60 |
|
30 |
|___________________________________________________________________
0 60 120 180 ... 3600
最佳答案
检查文档:http://www.mathworks.com/help/techdoc/ref/axis.html
axis([xmin xmax ymin ymax])