2D Graph Scaling
이전 댓글 표시
I wrote a code that would calculate the estimated error when using a corresponding step size number and then plot it in a graph. Everything in it is working fine except for the scaling of the graph.
The values as large as 10 units and get as small as 10^-16 so I am trying to scale the graph in a way that I would be able to see al the data withought the need to zoom in to see the very tiny values. I don't need great accuracy in the graph. It would be amazing if the axis jump from 1*10^0, 1*10^-1, 1*10^-2, 1*10^-3,...etc..., 1*10^-15, 1*10^-16.
Does anyone know how to do that?
Thanks!
댓글 수: 1
dpb
2022년 4월 28일
Look at
semilogy
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Axes Appearance에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!