그래프를 그릴때 y축을 지수축으로 설정하는 방법이 무엇일까요
6 views (last 30 days)
Show older comments
그래프를 그리는 과정에서 y축의 각 간격이 선형이 아닌 지수 축인 그래프를 그리고 싶습니다.
예를들어 Y축 값이 10^0, 10^-1, 10^-2, 10^-3, 10^-4, 10^-5 이고
이 값들이 동일한 간격을 가지는 그래프를 얻고 싶습니다.
어떤 방법이 있을까요
0 Comments
Answers (1)
Gargi Patil
on 9 Nov 2021
Edited: Gargi Patil
on 9 Nov 2021
Hi,
I understand that you would like to plot a graph with exponential values equally spaced on the y-axis. Kindly refer to the linked documentation for the function semilogy which creates plots with a base-10 logarithmic scale on the y-axis, that is, the y axis has exponential values equally spaced.
To create plots with other logarithmic scales, the following answer describes an approach: https://in.mathworks.com/matlabcentral/answers/99020-is-it-possible-to-produce-a-plot-in-matlab-with-the-axes-scaled-based-upon-the-natural-logarithm
0 Comments
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!