How to resize plot axis by removing scientific notation

I am trying to plot a beam bending simulation,however, since the dimensions are small, it shows y-axis values as an exponent of of 10 which ruins the realistic visual of the beam.
This is how it plots right now, as you can see it converts the y-axis values to scientific notation
I want the graph be like: So, How can I fix this problem? Thanks,

 채택된 답변

madhan ravi
madhan ravi 2020년 7월 7일
ylim([0, 10e-3])

댓글 수: 3

Thanks for your answer, in fact it solved scientific notation problem but the graph still remains the same. I want a slender straight bar appearance, how can I solve it?
Try experimenting with ylim().

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기

질문:

2020년 7월 7일

댓글:

2020년 7월 8일

Community Treasure Hunt

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

Start Hunting!

Translated by