how to change the axes resolution ?

조회 수: 3 (최근 30일)
Pramod
Pramod 2013년 4월 1일
i am plotting a curve whose values are order of nano and micro but when i plot those, it approximates to nearest integer so i am losing my required smooth curve.

답변 (1개)

Andrew Reibold
Andrew Reibold 2013년 5월 28일
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.

카테고리

Help CenterFile Exchange에서 Creating, Deleting, and Querying Graphics Objects에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by