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

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

回答 (1 件)

Gargi Patil
Gargi Patil 2021 年 11 月 9 日
編集済み: Gargi Patil 2021 年 11 月 9 日

0 投票

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.

カテゴリ

ヘルプ センター および File Exchange수학 についてさらに検索

タグ

質問済み:

2021 年 10 月 27 日

編集済み:

2021 年 11 月 9 日

Community Treasure Hunt

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

Start Hunting!