그래프를 그릴때 y축을 지수축으로 설정하는 방법이 무엇일까요

그래프를 그리는 과정에서 y축의 각 간격이 선형이 아닌 지수 축인 그래프를 그리고 싶습니다.
예를들어 Y축 값이 10^0, 10^-1, 10^-2, 10^-3, 10^-4, 10^-5 이고
이 값들이 동일한 간격을 가지는 그래프를 얻고 싶습니다.
어떤 방법이 있을까요

Antworten (1)

Gargi Patil
Gargi Patil am 9 Nov. 2021
Bearbeitet: Gargi Patil am 9 Nov. 2021

0 Stimmen

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.

Kategorien

Mehr zu 수학 finden Sie in Hilfe-Center und File Exchange

Tags

Gefragt:

am 27 Okt. 2021

Bearbeitet:

am 9 Nov. 2021

Community Treasure Hunt

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

Start Hunting!