필터 지우기
필터 지우기

Is there a way to fine-tune the logarithmic scale of an axis?

조회 수: 1 (최근 30일)
陽仁 望月
陽仁 望月 2022년 4월 12일
댓글: 陽仁 望月 2022년 4월 12일
hellow.
Only a value such as 10,10^2,10^3 is displayed, but the scale of the graph is finer, such as 10,20,30, etc.
Is it possible to display it in small pieces? I am using liveeditor.

채택된 답변

Chunru
Chunru 2022년 4월 12일
semilogy(1:5000); grid on
% if you want more control
h = gca;
h.YTick = [1 100 1000 10000]; % skip one tick

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기

제품


릴리스

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by