how to change the axes resolution ?

回答(1 个)

Could you provide an example?
I tried plotting some very small values as an example and it worked fine.
x = [1 2 3 4]
y = [.0000000001 .0000000002 .0000000003 .0000000004]
plot(x,y)
Now the y-axes is marked with integers, but at the top of the y-axis is says: *10^-10 to denote that its tiny. Is that what is throwing you off?
We will need an example of what you are working without to figure out your issue.

类别

帮助中心File Exchange 中查找有关 2-D and 3-D Plots 的更多信息

产品

标签

提问:

2013-4-1

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by